Subscription Channels
{ "jsonrpc": "2.0", "method": "public/subscribe", "id": 42, "params": { "channels": [ "user.lock" ] }}
{ "data": { "locked": true, "currency": "ALL" }}
Notifications when the account is locked or unlocked.
Use this channel to react to account lock events (e.g., pause trading workflows) and to detect when access is restored.
Client sends subscription request to subscribe to notification channel. Please refer to Notification page for more information.
Server sends subscription notification data
Was this page helpful?