slotsUpdatesUnsubscribe RPC Metodu

Slot güncelleme bildirimlerinden aboneliği iptal et

{
"jsonrpc": "2.0",
"id": 1,
"method": "slotsUpdatesUnsubscribe",
"params": [
0
]
}

params

numberrequired

İptal edilecek abonelik kimliği

result

Response
{
"jsonrpc": "2.0",
"result": true,
"id": 1
}
boolean

Abonelik iptal başarı mesajı

Is this page helpful?