EVM
eth_getFilterLogs
Returns an array of all logs matching filter with given id.
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_getFilterLogs: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.