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)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