v1

latestOpenAPI 3.1.02026-07-24223580832.9 KB
Solana

Get Withdrawable Amount

Returns total amount that can be withdrawn across all wallets of the user. If any prior withdrawal intent was left unsigned, it will be automatically canceled.

You can specify the optional wallets parameter to get the total withdrawable amount in specific wallets.

get/v1/solana/{network}/withdrawable-amount

Response

Ok

protocol'solana' required

Solana protocol

network'mainnet' | 'testnet' required

Solana network

currencystring required

Denomination of the cryptocurrency Solana.

amountstring required

Example response

{
  "currency": "100",
  "amount": "123456"
}