eth_unsubscribe

Cancels an active subscription given its subscription ID.

Path parameters

apiKeystringRequired

Request

This endpoint expects an object.
Subscription IDstringOptionalformat: "^0x[0-9a-f]{64}$"
The identifier of the subscription to cancel.

Response

A boolean indicating whether the subscription was successfully canceled.