eth_getFilterChanges
Polling method for the filter with the given ID (created using `eth_newFilter`). Returns an array of logs which occurred since last poll.
https://api.1inch.com/web3/59144
Supported on: Linea
Parameters
Filter identifier (required)
Filter identifier
* string Request
Request
object jsonrpc
* string (Enum)JSON-RPC version
2.0
method
* string The method to call
params
array Method parameters
items
string id
* number Request ID
JavaScript
Copy
1
Response
Log objects
Log objects
any oneOf[0]
array items
string oneOf[1]
array items
object removed
boolean logIndex
string transactionIndex
string transactionHash
* string blockHash
string blockNumber
string address
string data
string topics
array items
string additionalProperties
none JSON
Copy
1