eth_getFilterChanges
Polling method for a filter, which returns an array of logs that occurred since the last poll.
Last updated
Was this helpful?
Polling method for a filter, which returns an array of logs that occurred since the last poll.
Last updated
Was this helpful?
Was this helpful?
// Request
curl https://taiko-hekla.blockpi.network/v1/rpc/your-rpc-key -X POST -H "Content-Type: application/json" --data '{"jsonrpc":"2.0","method":"eth_getFilterChanges","params":["0xdb377fd425e1f024bc823ffb22781c13"],"id":1}'
// Result
{
"jsonrpc": "2.0",
"id": 1,
"result": []
}