Azxa
← Scroll overview

Scroll · eth

eth_uninstallFilter

Uninstalls a filter with given id.

Parameters

  • Filter identifier required
    Schema
    {
      "type": "string",
      "title": "hex encoded unsigned integer",
      "pattern": "^0x(0|[1-9a-f][0-9a-f]*)$"
    }

Result

Success

Schema
{
  "type": "boolean"
}

Example request

Endpoint: https://your-scroll-node.azxa.io

JSON-RPC
{
  "jsonrpc": "2.0",
  "id": 1,
  "method": "eth_uninstallFilter",
  "params": [
    "0x01"
  ]
}
Example response
{
  "jsonrpc": "2.0",
  "id": 1,
  "result": true
}

cURL

curl -X POST https://your-scroll-node.azxa.io \
  -H "Content-Type: application/json" \
  -d '{"jsonrpc":"2.0","id":1,"method":"eth_uninstallFilter","params":["0x01"]}'
1

Select Chain

2

Desired Period

3

Contact Information

cross

Select Preferred Chain

BNB Smart Chain
Polygon
Tron
Arbitrum
Optimism
IoTeX
Gnosis
Fantom
Moonbeam
Polkadot
Avalanche
Bitcoin
Ethereum
Aptos
Other
cube

Other Chain

Continue
logo
cross
background