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
d24d70a9-e1e2-4e83-ac81-cf62c2cb4c09

The wallet ID

currencyName
required
string
USDC

The currency name

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