accountUnsubscribe
(Subscription Websocket) Unsubscribe from account change notifications.
This method will use 20 Compute Units.
Parameters
numberThe account id for subscription to cancel.
Returns
result boolean. The result will be an RpcResponse JSON object with unsubscribed success message.
// Result
{ "jsonrpc": "2.0", "result": true, "id": 1 }wscat -c wss://mainnet.solana.validationcloud.io/v1/<YOUR_API_KEY_HERE>
# wait for connection
{"id":1,"jsonrpc":"2.0","method": "accountUnsubscribe", "params": [0]}
wscat -c wss://devnet.solana.validationcloud.io/v1/<YOUR_API_KEY_HERE>
# wait for connection
{"id":1,"jsonrpc":"2.0","method": "accountUnsubscribe", "params": [0]}
Last updated
Was this helpful?