eth_getFilterLogs

Returns an array of all logs matching the filter with the given ID (created using `eth_newFilter`).

https://api.1inch.com/web3/137
Supported on:
Polygon

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?