v1

latestOpenAPI 3.0.02026-08-04134348905.1 KB
Trading

List trading account balances

Permissions required: Read trade activity

Get the trading account balances of fiat and digital assets

get/trading/accounts/{accountId}/balances

Path parameters

accountIdstring required

The ID of the trading account to get the balances for

Query parameters

assetTypestring

The asset type to display balance for

Response

Successfully returned the balances of the trading account

Example response

{
  "data": [
    {
      "balance": {
        "quantity": "10.45234733",
        "assetType": "BTC",
        "currentPrice": "9751.01",
        "currentUSDValue": "101920.94"
      }
    }
  ]
}