programUnsubscribe RPC Method

Unsubscribe from program-owned account change notifications

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

params

numberrequired

id of account Subscription to cancel

result

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

unsubscribe success message

Is this page helpful?