Base RPC API
eth
| Method | Compute Unit Value |
|---|---|
eth_blockNumber |
1 |
eth_call |
10 |
eth_chainId |
1 |
eth_estimateGas |
50 |
eth_feeHistory |
1 |
eth_gasPrice |
5 |
eth_getBalance |
5 |
eth_getBlockByHash |
5 |
eth_getBlockByNumber |
5 |
eth_getBlockTransactionCountByHash |
5 |
eth_getBlockTransactionCountByNumber |
5 |
eth_getCode |
5 |
eth_getLogs |
50 |
eth_getProof |
5 |
eth_getStorageAt |
5 |
eth_getTransactionByBlockHashAndIndex |
5 |
eth_getTransactionByBlockNumberAndIndex |
5 |
eth_getTransactionByHash |
5 |
eth_getTransactionCount |
10 |
eth_getTransactionReceipt |
5 |
eth_getUncleByBlockHashAndIndex |
5 |
eth_getUncleByBlockNumberAndIndex |
5 |
eth_getUncleCountByBlockHash |
5 |
eth_getUncleCountByBlockNumber |
5 |
eth_maxPriorityFeePerGas |
1 |
eth_sendRawTransaction |
100 |
eth_syncing |
1 |
debug
| Method | Compute Unit Value |
|---|---|
debug_traceBlock |
50 |
debug_traceTransaction |
50 |
debug_traceBlockByHash |
50 |
debug_traceBlockByNumber |
50 |
net
| Method | Compute Unit Value |
|---|---|
net_version |
1 |
net_peerCount |
1 |
web3
| Method | Compute Unit Value |
|---|---|
web3_clientVersion |
1 |
web3_sha3 |
1 |
Additional Optimism Methods Supported by Base
| Method | Compute Unit Value |
|---|---|
optimism_outputAtBlock |
10 |
optimism_rollupConfig |
5 |
optimism_syncStatus |
5 |
optimism_version |
1 |
👋 Need Help?
Contact us through email or our support page for any issues, bugs, or assistance you may need.
Updated 2 months ago