v1
latestOpenAPI 3.1.02026-07-241653251.3 MBCLOB
List account balances
Returns a snapshotted list balances and buying for an account power on the CLOB matching the given filter.
post/orders/v1/list_account_balances
Headers
X-SCX-SIGNEDstring required
HMAC-SHA256 signature of the request, base64-encoded. See the Authentication guide for the exact signing formula.
X-SCX-TIMESTAMPstring required
Example:1678901234
Current Unix timestamp in seconds. Must be within 60 seconds of server time or the request is rejected.
Request body
Example request
{
"name": "firms/F-PLAT01/accounts/CUST01-customlabel",
"user": "firms/F-PLAT01/user/CUST01"
}Response
A successful response
Example response
{
"balances": {
"ETH": {
"balance": "0.018",
"capital_requirement": "0",
"excess_capital": "0.018",
"buying_power": "0.018",
"securities": {},
"total_security_notional_value": "0",
"total_security_available_value": "0",
"open_orders": "0",
"alternate_capital_requirement_currency": "",
"alternate_capital_requirement": "",
"unsettled_funds": "0",
"margin_requirement": "0",
"update_time": "2026-05-25T13:08:04.873152350Z"
},
"USD": {
"balance": "924.1967811856",
"capital_requirement": "0",
"excess_capital": "924.1967811856",
"buying_power": "924.1967811856",
"securities": {},
"total_security_notional_value": "0",
"total_security_available_value": "0",
"open_orders": "0",
"alternate_capital_requirement_currency": "",
"alternate_capital_requirement": "",
"unsettled_funds": "0",
"margin_requirement": "0",
"update_time": "2026-05-25T13:08:04.873152350Z"
}
}
}