programUnsubscribe

All the specifications for programUnsubscribe Websocket Method on Solana

Unsubscribe from program-owned account change notifications.

Parameters required for this RPC call

  • id of account Subscription to cancel

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

Last updated

Was this helpful?