Documentation
Unsubscribe
To unsubscribe from a key, send a unsubscribe request as follows:
{
"jsonrpc": "2.0",
"method": "unsubscribe",
"params": {
"key": "account",
"value": "609f7ed304e8689cee127c3e1d16cb94406488047dbf7e19895ee92565e69f68"
},
"id": 1
}
To unsubscribe from all values under a specfic key, send a unsubscribe request as follows:
{
"jsonrpc": "2.0",
"method": "unsubscribe",
"params": {
"key": "account",
"value": "*"
},
"id": 1
}
To unsubscribe from all keys and values, send a unsubscribe request as follows:
{
"jsonrpc": "2.0",
"method": "unsubscribe",
"params": {
"key": "*",
"value": "*"
},
"id": 1
}
Supported Keys
account- Unsubscribes from account updates.