eth_unsubscribe
method can be used to cancel the following subscriptions:
Start for free and get your app to production levels immediately. No credit card required.You can sign up with your GitHub, X, Google, or Microsoft account.
Parameters
string
— the ID of the subscription that you want to cancel
Response
boolean
— the boolean value indicating if the subscriptions were removed successfully.true
if removed successfully,false
if not.
eth_unsubscribe
code examples
Note that subscriptions require a WebSocket connection and WebSocket cat for you to use this method in the console.Install WebSocket cat with:
npm install -g wscat