Skip to content

eth_getFilterChanges

Polls for changes since last call.

ParameterTypeRequiredDescription
filterIdhexYesFilter ID
{
"jsonrpc": "2.0",
"method": "eth_getFilterChanges",
"params": [
"0x1"
],
"id": 1
}
Terminal window
curl -X POST https://bsc-mainnet.blockreq.com/v1/rpc/public \
-H "Content-Type: application/json" \
-d '{"jsonrpc":"2.0","method":"eth_getFilterChanges","params":["0x1"],"id":1}'