API Reference

eth_uninstallFilter - Base

Uninstalls a filter with given id. Should always be called when watch is no longer needed. Additionally, Filters timeout when they aren’t requested with eth_getFilterChangesfor a period of time.

Parameters

QUANTITY - The filter id.

params: ["0xfa597155a55d7d1ed0242c8f3d686638"];

Returns

Boolean - True if the filter was successfully uninstalled, otherwise false.

Example

Request

curl --location --request POST 'https://base-testnet.unifra.io/v1/{your-api-key}' \ --header 'Content-Type: application/json' \ --data-raw '{ "jsonrpc": "2.0", "method": "eth_uninstallFilter", "params": [ "0xfa597155a55d7d1ed0242c8f3d686638" ], "id": 0 }'

Result

{ "jsonrpc": "2.0", "id": 0, "result": true }
Path Params
string
required
Body Params
string
Defaults to 2.0
string
Defaults to eth_uninstallFilter
params
array of strings
params
int32
Defaults to 0
Responses

Language
Click Try It! to start a request and see the response here! Or choose an example:
application/json