Polygon RPC API
Polygon RPC API Connection Guide
eth
| Method | Compute Unit Value |
|---|---|
eth_blockNumber |
1 |
eth_call |
10 |
eth_chainId |
1 |
eth_estimateGas |
50 |
eht_feeHistory |
1 |
eth_gasPrice |
5 |
eth_getBalance |
5 |
eth_getBlockByHash |
5 |
eth_getBlockByNumber |
5 |
eth_getBlockTransactionCountByHash |
5 |
eth_getBlockTransactionCountByNumber |
5 |
eth_getBlockReceipts |
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
🚧 These methods can only be used if the request parameters contains tracer: callTracer
| Method | Compute Unit Value |
|---|---|
debug_traceBlock |
50 |
debug_traceBlockByHash |
50 |
debug_traceBlockByNumber |
50 |
debug_traceTransaction |
50 |
net
| Method | Compute Unit Value |
|---|---|
net_version |
1 |
net_peerCount |
1 |
web3
| Method | Compute Unit Value |
|---|---|
web3_clientVersion |
1 |