logsUnsubscribe
Unsubscribe from transaction log notifications. This method cancels an existing logs subscription identified by the subscription ID that was returned from a previous logsSubscribe call. Once unsubscribed, you will no longer receive logsNotification messages for the specified subscription.
Authorizations
Body
Request object for unsubscribing from transaction log notifications
jsonrpcstring · enumRequiredExample:
JSON-RPC protocol version
2.0Possible values: idone ofRequiredExample:
Request identifier that will be returned in the response
1stringOptional
numberOptional
methodstring · enumRequiredExample:
The WebSocket method name
logsUnsubscribePossible values: paramsinteger[] · min: 1 · max: 1RequiredExample:
Method parameters array containing the logs subscription ID to cancel
[24040]Responses
200
Unsubscription successful
application/json
400
Bad Request - Invalid parameters
application/json
401
Unauthorized
text/plain
403
Forbidden
text/plain
429
Too Many Requests
text/plain
500
Internal Server Error
text/plain
post
/Last updated