signatureUnsubscribe
Authorization header for API key authentication.
Example:
Authorization: your-api-key-here
Request object for unsubscribing from signature confirmation notifications
JSON-RPC protocol version
2.0Possible values: Request identifier that will be returned in the response
1The WebSocket method name
signatureUnsubscribePossible values: Method parameters array containing the signature subscription ID to cancel
[24006]Unsubscription successful
Response indicating the success or failure of the signature unsubscribe operation
JSON-RPC protocol version
2.0Possible values: Request identifier matching the original request
1Unsubscribe 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.
trueBad Request - Invalid parameters
Unauthorized
Forbidden
Too Many Requests
Internal Server Error
Last updated