eth_getFilterLogs
POST
/{apiKey}
Returns an array of all logs matching the filter with the given ID (created using eth_newFilter).
Path Parameters
apiKeystringrequireddefaults to docs-demoFor higher throughput, create your own API key
Request
Filter identifierstringformat: "^0x([1-9a-f]+[0-9a-f]*|0)$"requiredThe ID of the filter to retrieve logs for.
Responses
200
An array of all log objects matching the filter since its creation.
Was this page helpful?