Get Account Balance

get/api/prime/trading/v1/accounts/{accountId}/balances

Get balance information about a single trading account.

Path Parameters

  • accountIdstringRequired
    The id of the trading account to retrieve

200 Response

data array[object] required
currency string required
Currency symbol
balance string <decimal>required
The total balance in the account
heldBalance string <decimal>required
The total balance reserved for some purpose, e.g. a pending withdrawal
tradableBalance string <decimal>required
The total balance available for trading
withdrawableBalance string <decimal>required
The total balance available for withdrawal

default Response

error string required
errorName string required
reqId string required