Get Account Balance
Retrieves the user’s asset balances, including total, available, and withdrawable amounts for each currency.
Required scopes
This endpoint requires the following scopes:
Authorizations
api-keystringRequired
For third party retail API users
Query parameters
assetstringOptionalExample:
Currency code to filter balances
USDTResponses
200
OK
application/json
assetstringRequired
Currency code
balancestringRequiredExample:
the total balance held for this specific asset.
###.###availableBalancestringRequiredExample:
the amount of the asset currently available for trading or other operations.
###.###maxWithdrawableAmountstringRequiredExample:
the maximum amount of the asset that can be withdrawn from the account.
###.###get
/api/v1/account/balance200
OK
Last updated
