📝 Share Your Feedback on Twitter and Claim 1M Free GetBlock Requests

/

Ethereum Classic (ETC)

etc
Ethereum Classic (ETC)

Method: POST eth_uninstallFilter

dropdown

方法 RPC eth_uninstallFilter 例如 Ethereum Classic (ETC)

POST eth_uninstallFilter

卸载具有指定ID的过滤器。 如果不再需要过滤器,请调用此方法。

ETH_GETFILTERCHANGES或ETH_GETFILTERLOGS不要求使用10分钟时,请过滤超时。

Parameters

data - 细绳

过滤器ID。

Request

curl --location --request POST 'https://etc.getblock.io/mainnet/' \
--header 'x-api-key: YOUR-API-KEY' \
--header 'Content-Type: application/json' \
--data-raw '{"jsonrpc": "2.0",
"method": "eth_uninstallFilter",
"params": ["0xb"],
"id": "getblock.io"}'


Response

{
    "id": "getblock.io",
    "jsonrpc": "2.0",
    "result": true
}