Skip to main content

eth_unsubscribe RPC Method

Loading...

Updated on
Apr 29, 2026

eth_unsubscribe RPC Method

To use the eth_unsubscribe method on the C-Chain, ensure that the end of your URL includes ext/bc/C/ws.

Parameters

subscription ID
string
Loading...

Returns

result
boolean
Loading...
Request
1
wscat -c wss://docs-demo.flare-mainnet.quiknode.pro/ext/bc/C/rpc/ \
2
# wait for connection
3
{"id":1,"jsonrpc":"2.0","method":"eth_unsubscribe","params":["0xe9549ac54eeec07f"]}
1
wscat -c wss://docs-demo.flare-mainnet.quiknode.pro/ext/bc/C/rpc/ \
2
# wait for connection
3
{"id":1,"jsonrpc":"2.0","method":"eth_unsubscribe","params":["0xe9549ac54eeec07f"]}
Response
1
{
2
"id": 1,
3
"jsonrpc": "2.0",
4
"result": true
5
}
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