User Balance
Subscribe to the balance summary across all accounts of a user.
Subscription Parameters
Cmd
Subscribe.txt
SessionId
Session ID from the authentication request.
Keys
The ID of the user account whose balance you want to retrieve.
EntityType
UserBalance
HttpClientType
WebSocket
Example: {"Cmd":"Subscribe.txt", "SessionId":"7e83072e-09e7-43ed-91d5-f2b747bf162e", "Keys":"140","EntityType":"UserBalance","HttpClientType":"WebSocket"}
Unsubscription Parameters
Cmd
Unsubscribe.txt
SessionId
Session ID from the authentication request.
Keys
The ID of the user you would like to unsubscribe from.
EntityType
UserBalance
HttpClientType
WebSocket
Example: { "Cmd":"Unsubscribe.txt", "SessionId":"7e83072e-09e7-43ed-91d5-f2b747bf162e", "Keys":"140","EntityType":"UserBalance","HttpClientType":"WebSocket"}
Message
In response to this request, you will receive all account-related information in the JSON format.
Example:
Last updated