{
"jsonrpc": "2.0",
"method": "public/subscribe",
"id": 42,
"params": {
"channels": [
"user.lock"
]
}
}{
"data": {
"locked": true,
"currency": "ALL"
}
}Get notification when account is locked/unlocked
{
"jsonrpc": "2.0",
"method": "public/subscribe",
"id": 42,
"params": {
"channels": [
"user.lock"
]
}
}{
"data": {
"locked": true,
"currency": "ALL"
}
}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?