getLogs limitation

Hello everyone, does anyone know where I can look up tariffs for this restriction?
getMultipleAccounts, eth_getLogs, and eth_newFilter are limited to a 5 range

Hello asexela,

When working with logs and events on EVM-based chains, you may encounter a block range limit of 10,000 blocks when using methods like eth_getLogs or eth_getFilterLogs. This limit is in place to ensure maximum reliability for your calls and to prevent resource-intensive requests that could lead to degraded service.

Note: This range limit applies to Discover+, Build, and Scale plans. A block range limit of 5 is in place for free Discover accounts. Upgrading to any of our paid plans will allow for a 10k block range limit.

-Nick

1 Like