The table below shows the supported Monad methods along with their assigned CU values.
Method | Compute Unit(s) |
---|---|
debug_getRawBlock | 50 |
debug_getRawHeader | 50 |
debug_getRawReceipts | 50 |
debug_getRawTransaction | 50 |
debug_traceBlockByHash | 50 |
debug_traceBlockByNumber | 50 |
debug_traceCall | 50 |
debug_traceTransaction | 50 |
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_getBlockReceipts | 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_maxPriorityFeePerGas | 1 |
eth_sendRawTransaction | 100 |
eth_syncing | 1 |
net_version | 1 |
trace_block | 50 |
trace_call | 50 |
trace_callMany | 50 |
trace_get | 10 |
trace_transaction | 50 |
txpool_content | 100 |
txpool_contentFrom | 50 |
txpool_inspect | 50 |
txpool_status | 50 |
web3_clientVersion | 1 |
Info:
You can find Ethereum API documentation here: Ethereum API reference
👋 Need Help?
Contact us through email or our support page for any issues, bugs, or assistance you may need.