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

walletId
required
string

The wallet ID

Example
0ebec69f-cde5-4abf-83eb-595f8f023c80
currencyName
required
string

The currency name

Example
USDC
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

Bad Request

Unauthorized

Forbidden

Not Found

Internal Server Error