Share your feedback on Twitter and claim 5M Free GetBlock Requests

banner image

Last updated on January 1, 1970

1 min read

Method eth_getFilterChanges Huobi ECO Chain (HECO)
connect with JSON-RPC protocol

eth_getFilterChanges

info-circle-fill

Polling method for a filter, which returns an array of logs whichoccurred since last poll.

Parameters

QUANTITY - string

The filter id.

Request

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

Response

{
    "error": {
        "code": -32000,
        "message": "filter not found"
    },
    "id": "getblock.io",
    "jsonrpc": "2.0"
}
banner icon

Start Building with GetBlock RPCs for Free