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

logsUnsubscribe

All the specifications for logsUnsubscribe Websocket Method on Solana

Unsubscribe from transaction logging.

Parameters required for this RPC call

  • subscription id to cancel

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

Last updated