accountUnsubscribe

All the specifications for accountUnsubscribe Websocket Method on Solana

Unsubscribe from account change notifications

Parameters required for this RPC call

  • The id of the account Subscription to cancel.

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

Last updated

Was this helpful?