For the complete documentation index, see llms.txt. This page is also available as Markdown.

blockUnsubscribe

All the specifications for accountUnsubscribe Websocket Method on Solana

Unsubscribe from block notifications

Parameters required for this RPC call

  • subscription id to cancel

{
  "jsonrpc": "2.0",
  "id": 1,
  "method": "blockUnsubscribe",
  "params": [
    0
  ]
}
{
  "jsonrpc": "2.0",
  "result": true,
  "id": 1
}

Last updated