Get Account Balance

Retrieves the user’s asset balances, including total, available, and withdrawable amounts for each currency.

This endpoint returns detailed balance information for all assets in the user’s account. Each record includes the asset symbol, total balance, available balance for trading, and the maximum amount that can be withdrawn. Use this endpoint to monitor wallet funds, calculate available margin, or confirm asset availability before executing trades.

Authentication with a valid API key and read permission scope is required.

Get Account Balance

get
chevron-right
lockRequired scopes
This endpoint requires the following scopes:
Authorizations
api-keystringRequired

For third party retail API users

Query parameters
assetstringOptional

Currency code to filter balances

Example: USDT
Responses
chevron-right
200

OK

application/json
get
/api/v1/account/balance
200

OK

Last updated