Skip to main content

eth_unsubscribe RPC Method

Loading...

Updated on
Jan 07, 2026

eth_unsubscribe RPC Method

Parameters

subscription ID
string
REQUIRED
Loading...

Returns

result
boolean
Loading...
Request
1
wscat -c wss://docs-demo.monad-mainnet.quiknode.pro/ \
2
# wait for connection
3
{"id":1,"jsonrpc":"2.0","method":"eth_unsubscribe","params":["0x7802d26abac7725d05a1e9566f483756"]}
Response
1
{
2
"id": "1",
3
"jsonrpc": "2.0",
4
"result": true
5
}
Don't have an account yet?
Create your Quicknode endpoint in seconds and start building
Get started for free