Skip to content

Get wallet balance for a specific currency

GET
/v2/treasury/wallet/{walletId}/balance/{currencyName}

Get the available and total balance for a specific currency in a wallet

currencyName
required
string

The currency name

Example
USDC
walletId
required
string

The wallet ID

Example
f52b1f9e-b9a6-4248-afc5-d3ae358e723a
X-API-Key
string

API Key

X-API-Secret
string

API Secret

The wallet balance information

object
balance
required

The available balance up to 6 decimal places

string
100.123456
currencyName
required

The currency name

string
USDC