Skip to main content

RPC Limits

eth_call / eth_estimateGas

Per-call gas limit:

ProviderGas limit
QuickNode200M gas
Ankr200M gas
Alchemy200M gas
Monad Foundation200M gas

Note: these are configured by the node operator with --eth-call-provider-gas-limit and --eth-estimate-gas-provider-gas-limit.

eth_getLogs

Per-call range limit:

ProviderLimit
QuickNode100 blocks
Ankr1000 blocks
Alchemy1000 blocks and 10,000 logs (whichever is more constraining)
Monad Foundation100 blocks

Note: these are configured by the node operator with --eth-get-logs-max-block-range.

info

To learn more about the reasoning behind these limits, check out RPC Differences.