eth_getFilterLogs

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

Path parameters

apiKeystringRequired

Request

This endpoint expects an object.
Filter identifierstringRequiredformat: "^0x([1-9a-f]+[0-9a-f]*|0)$"

The ID of the filter to retrieve logs for.

Response

An array of all log objects matching the filter since its creation.

list of strings
OR
new logslist of objects