eth_getFilterLogs
Returns an array of all logs matching the filter with the given ID (created using eth_newFilter
).
Path parameters
apiKey
Request
This endpoint expects an object.
Filter identifier
The ID of the filter to retrieve logs for.
Response
An array of all log objects matching the filter since its creation.
Eth Get Filter Logs Result0
OR
Eth Get Filter Logs Result1