Get wallet balance for a specific currency
GET /v2/treasury/wallet/{walletId}/balance/{currencyName}
GET
/v2/treasury/wallet/{walletId}/balance/{currencyName}
Get the available and total balance for a specific currency in a wallet
Authorizations
Section titled “Authorizations ”Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ” walletId
required
string
The wallet ID
Example
e271bc5c-f870-44cd-8462-54280d0411f6 currencyName
required
string
The currency name
Example
USDCHeader Parameters
Section titled “Header Parameters ” X-API-Key
string
API Key
X-API-Secret
string
API Secret
Responses
Section titled “ Responses ”The wallet balance information
object
balance
required
The available balance up to 6 decimal places
string
100.123456 currencyName
required
The currency name
string
USDCBad Request
Unauthorized
Forbidden
Not Found
Internal Server Error