Quota

The RPC requests listed in the table below will all be counted as simulations.

RPC

eth_sendTransaction

eth_call*

eth_getTransactionReceipt

eth_getLogs

eth_estimateGas

eth_sendRawTransaction

debug_traceTransaction

debug_traceCall

eth_call*: To ensure that commonly used and resource-efficient requests such as balanceOf, name, and symbol can be simulated without issues, eth_call requests with gasUsed lower than 50,000 will not occupy the Simulation Quota.

Last updated