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)
2.0
method
* string
params
array
items
string
id
* number
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
1

Did you find what you need?