Skip to main content

Documentation Index

Fetch the complete documentation index at: https://base-a060aa97-meyer9-move-azul-to-top-of-upgrades.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

Cancels a subscription created with eth_subscribe. The subscription ID is no longer valid after this call.

Parameters

subscriptionId
string
required
The subscription ID returned by eth_subscribe.

Returns

result
boolean
true if the subscription was successfully cancelled, false if the subscription ID was not found.

Example

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