Skip to main content

eth_uninstallFilter | Fantom Method

POST 

https://fantom.callstaticrpc.com/:apiKey

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.

Request

Responses

Returns true if the filter was successfully uninstalled, otherwise false.
curl -L 'https://fantom.callstaticrpc.com/:apiKey' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-d '{
"id": 1,
"jsonrpc": "2.0",
"params": [
"string"
],
"method": "eth_uninstallFilter"
}'
Request Collapse all
Base URL
https://fantom.callstaticrpc.com
Parameters
— path
Body
{
  "id": 1,
  "jsonrpc": "2.0",
  "params": [
    "string"
  ],
  "method": "eth_uninstallFilter"
}
ResponseClear

Click the Send API Request button above and see the response here!