Skip to main content
GET
List cash balances

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

account_id
string
required

Response

OK

available_for_trading
string
required

Cash available for placing buy orders.

Example:

"10000.00"

available_for_withdrawal
string
required

Cash available for withdrawal.

Example:

"9750.00"

currency
enum<string>
required

Currency of the cash balance.

Available options:
EUR,
USD,
GBP
Example:

"EUR"

reserved
string
required

Cash reserved for pending orders or withdrawals.

Example:

"250.00"

total
string
required

Total cash balance across all settlement states.

Example:

"12500.00"