slotsUpdatesUnsubscribe RPC Method
Unsubscribe from slot-update notifications
params
numberrequiredsubscription id to cancel
result
booleanunsubscribe success message
cURL
{
"jsonrpc": "2.0",
"id": 1,
"method": "slotsUpdatesUnsubscribe",
"params": [
0
]
}
Response
{
"jsonrpc": "2.0",
"result": true,
"id": 1
}