Skip to main content

Parameters

object
required
Filter options

Returns

array
Array of log objects

Limits

eth_getLogs requests on the edge endpoint are capped per request. The block-range cap varies by chain; address and topic caps apply uniformly across all chains. Address and topic caps (all chains):
  • Addresses: up to 1,000 addresses in address
  • Topics: up to 16 values in topics[0]
Block-range cap by chain tier: Heavy chains have lower caps because their wide-range scans can return very large responses (e.g. a ~12.5k-block Transfer scan on Base can produce ~740 MB). Requests exceeding these limits are rejected with an ErrGetLogsExceededMaxAllowedRange error (HTTP 413). To query a larger range, split the request into multiple calls under the per-chain cap.

Example