# Monad Documentation > EVM-compatible L1 with parallel execution. JSON-RPC and Debug. - [Quicknode Monad RPC Overview](https://www.quicknode.com/docs/monad.md): Get started with Monad RPC on Quicknode. Access reliable, low-latency blockchain infrastructure with globally distributed endpoints for seamless development. ## Making API Requests - [Monad QuickStart](https://www.quicknode.com/docs/monad/quickstart.md): Get started with Monad RPC on Quicknode. Follow this QuickStart to get up and running with your own Quicknode endpoint and making your first API request to the Monad blockchain. - [Monad API Endpoints](https://www.quicknode.com/docs/monad/endpoints.md): Learn how to use Monad RPC endpoints, make API requests, and handle responses with Quicknode. - [Monad Endpoint Security](https://www.quicknode.com/docs/monad/endpoint-security.md): Learn about endpoint security options and how to set up a Quicknode Monad RPC endpoint for optimal performance and security. - [Monad Error Code Reference](https://www.quicknode.com/docs/monad/error-references.md): Learn about Monad error codes, including HTTP, JSON-RPC, and Quicknode's own custom error codes. ## API Reference - [Monad API Overview](https://www.quicknode.com/docs/monad/api-overview.md): Overview of supported Monad APIs, networks and supported products on Quicknode. ## Ethereum JSON-RPC API - [eth_accounts RPC Method](https://www.quicknode.com/docs/monad/eth_accounts.md): Returns an array of addresses owned by the client. Since Quicknode does not store private keys, this will always return an empty response. - [eth_blockNumber RPC Method](https://www.quicknode.com/docs/monad/eth_blockNumber.md): Returns the latest block number of the blockchain. - [eth_call RPC Method](https://www.quicknode.com/docs/monad/eth_call.md): Executes a new message call immediately without creating a transaction on the block chain. - [eth_chainId RPC Method](https://www.quicknode.com/docs/monad/eth_chainId.md): Returns the current network/chain ID, used to sign replay-protected transaction introduced in EIP-155. - [eth_estimateGas RPC Method](https://www.quicknode.com/docs/monad/eth_estimateGas.md): Returns an estimation of gas for a given transaction. - [eth_feeHistory RPC Method](https://www.quicknode.com/docs/monad/eth_feeHistory.md): Returns the collection of historical gas information. - [eth_fillTransaction RPC Method](https://www.quicknode.com/docs/monad/eth_fillTransaction.md): Fills in default values for an unsigned, partially filled transaction object. Returns both the filled transaction and its RLP-encoded raw transaction data. - [eth_gasPrice RPC Method](https://www.quicknode.com/docs/monad/eth_gasPrice.md): Returns the current gas price on the network in wei. - [eth_getBalance RPC Method](https://www.quicknode.com/docs/monad/eth_getBalance.md): Returns the balance of given account address in wei. - [eth_getBlockByHash RPC Method](https://www.quicknode.com/docs/monad/eth_getBlockByHash.md): Returns information of the block matching the given block hash. - [eth_getBlockByNumber RPC Method](https://www.quicknode.com/docs/monad/eth_getBlockByNumber.md): Returns information of the block matching the given block number. - [eth_getBlockReceipts RPC Method](https://www.quicknode.com/docs/monad/eth_getBlockReceipts.md): Returns all transaction receipts for a given block. - [eth_getBlockTransactionCountByHash RPC Method](https://www.quicknode.com/docs/monad/eth_getBlockTransactionCountByHash.md): Returns the number of transactions for the block matching the given block hash. - [eth_getBlockTransactionCountByNumber RPC Method](https://www.quicknode.com/docs/monad/eth_getBlockTransactionCountByNumber.md): Returns the number of transactions for the block matching the given block number. - [eth_getCode RPC Method](https://www.quicknode.com/docs/monad/eth_getCode.md): Returns the compiled bytecode of a smart contract. - [eth_getLogs RPC Method](https://www.quicknode.com/docs/monad/eth_getLogs.md): Returns an array of all logs matching a given filter object. - [eth_getStorageAt RPC Method](https://www.quicknode.com/docs/monad/eth_getStorageAt.md): Returns the value from a storage position at a given address. - [eth_getTransactionByBlockHashAndIndex RPC Method](https://www.quicknode.com/docs/monad/eth_getTransactionByBlockHashAndIndex.md): Returns information about a transaction given a blockhash and transaction index position. - [eth_getTransactionByBlockNumberAndIndex RPC Method](https://www.quicknode.com/docs/monad/eth_getTransactionByBlockNumberAndIndex.md): Returns information about a transaction given a block number and transaction index position. - [eth_getTransactionByHash RPC Method](https://www.quicknode.com/docs/monad/eth_getTransactionByHash.md): Returns the information about a transaction from a transaction hash. - [eth_getTransactionCount RPC Method](https://www.quicknode.com/docs/monad/eth_getTransactionCount.md): Returns the number of transactions sent from an address. - [eth_getTransactionReceipt RPC Method](https://www.quicknode.com/docs/monad/eth_getTransactionReceipt.md): Returns the receipt of a transaction by transaction hash. - [eth_maxPriorityFeePerGas RPC Method](https://www.quicknode.com/docs/monad/eth_maxPriorityFeePerGas.md): Get the priority fee needed to be included in a block. - [eth_sendRawTransaction RPC Method](https://www.quicknode.com/docs/monad/eth_sendRawTransaction.md): Creates new message call transaction or a contract creation for signed transactions. The new API Credit value for this method is 20 when used part of the Core API. If you are using eth_sendRawTransaction as part of a Marketplace add-on, view the add-on's homepage for more information about the specific charge. - [eth_sendRawTransactionSync RPC Method](https://www.quicknode.com/docs/monad/eth_sendRawTransactionSync.md): Broadcasts a raw transaction to the network and synchronously returns the complete transaction receipt once mined, eliminating the need for manual polling. - [eth_subscribe RPC Method](https://www.quicknode.com/docs/monad/eth_subscribe.md): Starts a subscription to a specific event. - [eth_syncing RPC Method](https://www.quicknode.com/docs/monad/eth_syncing.md): Returns an object with the sync status of the node if the node is out-of-sync and is syncing. Returns false when the node is already in sync. - [eth_unsubscribe RPC Method](https://www.quicknode.com/docs/monad/eth_unsubscribe.md): Cancels an existing subscription so that no further events are sent. - [net_version RPC Method](https://www.quicknode.com/docs/monad/net_version.md): Returns the current network id. - [web3_clientVersion RPC Method](https://www.quicknode.com/docs/monad/web3_clientVersion.md): Returns the current version of the chain client. ## Debug API - [debug_getRawBlock RPC Method](https://www.quicknode.com/docs/monad/debug_getRawBlock.md): Returns an RLP-encoded block. - [debug_getRawHeader RPC Method](https://www.quicknode.com/docs/monad/debug_getRawHeader.md): Returns an RLP-encoded header. - [debug_getRawReceipts RPC Method](https://www.quicknode.com/docs/monad/debug_getRawReceipts.md): Returns the consensus-encoding of all receipts in a single block. - [debug_traceBlockByHash RPC Method](https://www.quicknode.com/docs/monad/debug_traceBlockByHash.md): Returns the possible tracing result number by executing all transactions in the block specified by the block hash with a tracer. - [debug_traceBlockByNumber RPC Method](https://www.quicknode.com/docs/monad/debug_traceBlockByNumber.md): Returns the tracing result by executing all transactions in the block specified by number with a tracer. - [debug_traceCall RPC Method](https://www.quicknode.com/docs/monad/debug_traceCall.md): Returns the number of possible tracing result by executing an eth call within the context of the given block execution. - [debug_traceTransaction RPC Method](https://www.quicknode.com/docs/monad/debug_traceTransaction.md): Returns all traces of a given transaction. ## Marketplace - [Supported Marketplace Add-Ons for Monad](https://www.quicknode.com/docs/monad/marketplace-addons.md): Learn about the Quicknode Marketplace and how to utilize Marketplace Add-ons on Monad.