eth_getLogs

Returns an array of all logs matching the specified filter. ### Supported Block Ranges Here are the block ranges you're able to submit in a single query, depending on your plan tier: > ⚠️ Note: All responses will be capped at 150MB. | Chain | Free | Pay As You Go | Enterprise | |-------|------|---------------|------------| | Ethereum and Layer 2s (Ethereum, Base, Optimism, Arbitrum, Worldchain) | 10 | unlimited | unlimited | | Polygon | 10 | 2000 | unlimited | | Monad | 10 | 1000 | 1000 | | BSC | 10 | 10000 | 10000 | | All Other Chains | 10 | 10000 | unlimited |

Path parameters

apiKeystringRequiredDefaults to docs-demo

Request

This endpoint expects an object.
FilterobjectRequired
The filter options object to specify the criteria for logs retrieval.

Response

An array of log objects matching the filter criteria.
list of strings
OR
new logslist of objects