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 Balances

get
Required scopes
This endpoint requires the following scopes:
Authorizations
api-keystringRequired

For third party retail API users

Query parameters
assetstringOptional

Currency code to filter balances

Responses
get
/api/v1/account/balance
200

OK

Last updated