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

matic
Polygon (MATIC)

Method: POST shh_uninstallFilter

dropdown

方法 RPC shh_uninstallFilter 例如 Polygon (MATIC)

POST shh_uninstallFilter

Method not allowed

卸载具有给定ID的过滤器。 当不再需要手表时,应始终称呼。

一段时间内不要求使用SHH_GETFILTERCHANGES时过滤超时。

Parameters

id - 细绳

过滤器ID。

Request

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


Response

{
    "result": "null",
    "id": "getblock.io",
    "status_code": 405,
    "message": "Method not allowed"
}