Streams all updates to the total, available, and locked balance for an account
Last updated 1 day ago
Refer to for establishing the websocket connection.
{ "method": "subscribe", "params": { "source": "account_balance", "account": "42trU9A5..." } }
{ "channel": "account_balance", "data": { "total": "100000.50", "available": "75000.25", "locked": "25000.25", "t": 1234567890 } }
'<total>'
decimal string
Total balance
'<available>'
Available balance
'<locked>'
Locked in margin/orders
't'
number
Timestamp in milliseconds