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
Example response
[
{
"available_for_trading": "10000.00",
"available_for_withdrawal": "9750.00",
"reserved": "250.00",
"total": "12500.00"
}
]