signatureUnsubscribe

signatureUnsubscribe WebSocket Method

post
/

Unsubscribe from signature confirmation notification. This method cancels an existing signature subscription identified by the subscription ID that was returned from a previous signatureSubscribe call. Note that signature subscriptions are automatically cancelled by the server after sending the first notification, so this method is typically used to cancel a subscription before the transaction is confirmed or processed.

Authorizations
AuthorizationstringOptional

Authorization header for API key authentication.

Example:

Authorization: your-api-key-here
Body

Request object for unsubscribing from signature confirmation notifications

jsonrpcstring · enumRequired

JSON-RPC protocol version

Example: 2.0Possible values:
idone ofRequired

Request identifier that will be returned in the response

Example: 1
stringOptional
or
numberOptional
methodstring · enumRequired

The WebSocket method name

Example: signatureUnsubscribePossible values:
paramsinteger[] · min: 1 · max: 1Required

Method parameters array containing the signature subscription ID to cancel

Example: [24006]
Responses
chevron-right
200

Unsubscription successful

application/json

Response indicating the success or failure of the signature unsubscribe operation

jsonrpcstring · enumRequired

JSON-RPC protocol version

Example: 2.0Possible values:
idone ofRequired

Request identifier matching the original request

Example: 1
stringOptional
or
numberOptional
resultbooleanOptional

Unsubscribe success indicator. Returns true if the signature subscription was successfully cancelled, false otherwise. A successful unsubscribe means you will no longer receive signatureNotification messages for the specified transaction signature. Note that signature subscriptions auto-cancel after their first notification, so this is mainly used for early cancellation scenarios.

Example: true
post
/

Last updated