---
updatedAt: 2026-05-20T16:37:42.000Z
---

Fetch the complete documentation index at: https://docs.blockdaemon.com/llms.txt. Use this file to discover all available pages before exploring further. Append .md to any documentation page URL to get its markdown version.

# Monad

> 📘
>
> See the [Monad RPC API connection guide](https://docs.blockdaemon.com/docs/access-monad-rpc).

| Method                                                                                                                                          | Compute Unit Value |
| ----------------------------------------------------------------------------------------------------------------------------------------------- | ------------------ |
| **[`debug_getRawBlock`](https://geth.ethereum.org/docs/interacting-with-geth/rpc/ns-debug#debuggetrawblock)**                                   | 50                 |
| **[`debug_getRawHeader`](https://geth.ethereum.org/docs/interacting-with-geth/rpc/ns-debug#debuggetrawheader)**                                 | 50                 |
| **[`debug_getRawReceipts`](https://geth.ethereum.org/docs/interacting-with-geth/rpc/ns-debug#debuggetrawreceipts)**                             | 50                 |
| **[`debug_getRawTransaction`](https://geth.ethereum.org/docs/interacting-with-geth/rpc/ns-debug#debuggetrawtransaction)**                       | 50                 |
| **[`debug_traceBlockByHash`](https://geth.ethereum.org/docs/interacting-with-geth/rpc/ns-debug#debugtraceblockbyhash)**                         | 50                 |
| **[`debug_traceBlockByNumber`](https://geth.ethereum.org/docs/interacting-with-geth/rpc/ns-debug#debugtraceblockbynumber)**                     | 50                 |
| **[`debug_traceCall`](https://geth.ethereum.org/docs/interacting-with-geth/rpc/ns-debug#debugtracecall)**                                       | 50                 |
| **[`debug_traceTransaction`](https://geth.ethereum.org/docs/interacting-with-geth/rpc/ns-debug#debugtracetransaction)**                         | 50                 |
| **[`eth_blockNumber`](https://ethereum.org/en/developers/docs/apis/json-rpc/#eth_blocknumber)**                                                 | 1                  |
| **[`eth_call`](https://ethereum.org/en/developers/docs/apis/json-rpc/#eth_call)**                                                               | 10                 |
| **[`eth_chainId`](https://ethereum.org/en/developers/docs/apis/json-rpc/#eth_chainid)**                                                         | 1                  |
| **[`eth_estimateGas`](https://ethereum.org/en/developers/docs/apis/json-rpc/#eth_estimategas)**                                                 | 50                 |
| **`eth_feeHistory`**                                                                                                                            | 1                  |
| **[`eth_gasPrice`](https://ethereum.org/en/developers/docs/apis/json-rpc/#eth_gasprice)**                                                       | 5                  |
| **[`eth_getBalance`](https://ethereum.org/en/developers/docs/apis/json-rpc/#eth_getbalance)**                                                   | 5                  |
| **[`eth_getBlockByHash`](https://ethereum.org/en/developers/docs/apis/json-rpc/#eth_getblockbyhash)**                                           | 5                  |
| **[`eth_getBlockByNumber`](https://ethereum.org/en/developers/docs/apis/json-rpc/#eth_getblockbynumber)**                                       | 5                  |
| **`eth_getBlockReceipts`**                                                                                                                      | 5                  |
| **[`eth_getBlockTransactionCountByHash`](https://ethereum.org/en/developers/docs/apis/json-rpc/#eth_getblocktransactioncountbyhash)**           | 5                  |
| **[`eth_getBlockTransactionCountByNumber`](https://ethereum.org/en/developers/docs/apis/json-rpc/#eth_getblocktransactioncountbynumber)**       | 5                  |
| **[`eth_getCode`](https://ethereum.org/en/developers/docs/apis/json-rpc/#eth_getcode)**                                                         | 5                  |
| **[`eth_getLogs`](https://ethereum.org/en/developers/docs/apis/json-rpc/#eth_getlogs)**                                                         | 50                 |
| **`eth_getProof`**                                                                                                                              | 5                  |
| **[`eth_getStorageAt`](https://ethereum.org/en/developers/docs/apis/json-rpc/#eth_getstorageat)**                                               | 5                  |
| **[`eth_getTransactionByBlockHashAndIndex`](https://ethereum.org/en/developers/docs/apis/json-rpc/#eth_gettransactionbyblockhashandindex)**     | 5                  |
| **[`eth_getTransactionByBlockNumberAndIndex`](https://ethereum.org/en/developers/docs/apis/json-rpc/#eth_gettransactionbyblocknumberandindex)** | 5                  |
| **[`eth_getTransactionByHash`](https://ethereum.org/en/developers/docs/apis/json-rpc/#eth_gettransactionbyhash)**                               | 5                  |
| **[`eth_getTransactionCount`](https://ethereum.org/en/developers/docs/apis/json-rpc/#eth_gettransactioncount)**                                 | 10                 |
| **[`eth_getTransactionReceipt`](https://ethereum.org/en/developers/docs/apis/json-rpc/#eth_gettransactionreceipt)**                             | 5                  |
| **`eth_maxPriorityFeePerGas`**                                                                                                                  | 1                  |
| **[`eth_sendRawTransaction`](https://ethereum.org/en/developers/docs/apis/json-rpc/#eth_sendrawtransaction)**                                   | 100                |
| **[`eth_syncing`](https://ethereum.org/en/developers/docs/apis/json-rpc/#eth_syncing)**                                                         | 1                  |
| **[`net_version`](https://ethereum.org/en/developers/docs/apis/json-rpc/#net_version)**                                                         | 1                  |
| **`trace_block`**                                                                                                                               | 50                 |
| **`trace_call`**                                                                                                                                | 50                 |
| **`trace_callMany`**                                                                                                                            | 50                 |
| **`trace_get`**                                                                                                                                 | 10                 |
| **`trace_transaction`**                                                                                                                         | 50                 |
| **[`txpool_content`](https://geth.ethereum.org/docs/interacting-with-geth/rpc/ns-txpool#txpool-content)**                                       | 100                |
| **[`txpool_contentFrom`](https://geth.ethereum.org/docs/interacting-with-geth/rpc/ns-txpool#txpool-contentfrom)**                               | 50                 |
| **[`txpool_inspect`](https://geth.ethereum.org/docs/interacting-with-geth/rpc/ns-txpool#txpool-inspect)**                                       | 50                 |
| **[`txpool_status`](https://geth.ethereum.org/docs/interacting-with-geth/rpc/ns-txpool#txpool-status)**                                         | 50                 |
| **[`web3_clientVersion`](https://ethereum.org/en/developers/docs/apis/json-rpc/#web3_clientversion)**                                           | 1                  |

## 👋 Need Help?

Contact us through [email](mailto:support@blockdaemon.com) or our [support page](https://www.blockdaemon.com/support) for any issues, bugs, or assistance you may need.