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://oasys.blockpi.network/v1/rpc/your-rpc-key -X POST -H "Content-Type: application/json" --data '{"jsonrpc":"2.0","method":"eth_getFilterChanges","params":["0xf38058ac2ca4e5dcabd335362bcacfab"],"id":1}'
// Result
{
"jsonrpc": "2.0",
"id": 1,
"result": []
}