RPC Limits
eth_call
/ eth_estimateGas
Per-call gas limit:
Provider | Gas limit |
---|---|
QuickNode | 200M gas |
Ankr | 200M gas |
Alchemy | 200M gas |
Monad Foundation | 200M 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:
Provider | Limit |
---|---|
QuickNode | 100 blocks |
Ankr | 1000 blocks |
Alchemy | 1000 blocks and 10,000 logs (whichever is more constraining) |
Monad Foundation | 100 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.