v1
latestOpenAPI 3.1.02026-07-241653251.3 MBCLOB
Get account balance
Returns a snapshot of an account balance and buying power on the CLOB matching the given filters.
post/orders/v1/get_account_balance
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
{
"balance": "547280.56",
"capital_requirement": "0",
"excess_capital": "547280.56",
"buying_power": "547280.56",
"securities": {},
"total_security_notional_value": "0",
"total_security_available_value": "0",
"open_orders": "0",
"unsettled_funds": "0",
"margin_requirement": "0",
"update_time": "2024-04-19T22:48:56.383Z"
}