EVM
eth_getFilterChanges
Polling method for a filter, which returns an array of logs which occurred since last poll.
POST
Parameters
Unique identifier for a blockchain network.
Request identifier used to match responses.
JSON-RPC version.
JSON-RPC method name.
Parameters for eth_getFilterChanges: [filterId].Positional parameters for
eth_getFilterChanges:params[0]: The filter ID as a hex quantity (e.g., “0x16” for 22).
Returns
Array of log objects, or an empty array if nothing has changed since last poll.