Skip to main content

eth_uninstallFilter RPC Method

Loading...

Updated on
Nov 13, 2024

eth_uninstallFilter RPC Method

Parameters

filter ID
string
REQUIRED
Loading...

Returns

result
boolean
Loading...
Request
1
curl https://docs-demo.avalanche-mainnet.quiknode.pro \
2
-X POST \
3
-H "Content-Type: application/json" \
4
--data '{
5
"jsonrpc": "2.0",
6
"method": "eth_uninstallFilter",
7
"params": [
8
"0x10ff0bfba9472c87932c56632eef8f5cc70910e8e71d"
9
],
10
"id": 1
11
}'
12
1
curl https://docs-demo.avalanche-mainnet.quiknode.pro \
2
-X POST \
3
-H "Content-Type: application/json" \
4
--data '{
5
"jsonrpc": "2.0",
6
"method": "eth_uninstallFilter",
7
"params": [
8
"0x10ff0bfba9472c87932c56632eef8f5cc70910e8e71d"
9
],
10
"id": 1
11
}'
12
Don't have an account yet?
Create your Quicknode endpoint in seconds and start building
Get started for free