v6

latestOpenAPI 3.1.0raw.githubusercontent.com2026-08-0161197504.7 KB
holdings

List cash balances

Retrieve an account's cash balances (one for each supported currency).

get/accounts/{account_id}/cash-balances

Path parameters

account_idstring required

Response

OK

available_for_tradingstring required

Cash available for placing buy orders.

available_for_withdrawalstring required

Cash available for withdrawal.

currency'EUR' | 'USD' | 'GBP' required
reservedstring required

Cash reserved for pending orders or withdrawals.

totalstring required

Total cash balance across all settlement states.

Example response

[
  {
    "available_for_trading": "10000.00",
    "available_for_withdrawal": "9750.00",
    "reserved": "250.00",
    "total": "12500.00"
  }
]
All 61 operations