> ## Documentation Index
> Fetch the complete documentation index at: https://docs.moralis.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Overview

> Explore Base JSON-RPC methods

## Introduction

Base is an Ethereum Layer 2 (L2) network that offers high-speed, low-cost transactions with the security of Ethereum. It leverages the Optimism rollup technology to process transactions off-chain, reducing fees and improving throughput. Base is designed to bring the power of Ethereum to more developers and users, enabling a more scalable decentralized finance (DeFi) ecosystem, NFTs, and other dApps.

## Supported Networks

The Base RPC API is available for the following networks:

1. **Base Mainnet**
2. **Base Sepolia Testnet**

## Network Details

| **Network**      | **Chain ID**    | **Path Parameter** |
| :--------------- | :-------------- | :----------------- |
| **Base Mainnet** | 0x2105 (8453)   | `base`             |
| **Base Sepolia** | 0x14a34 (84532) | `base-sepolia`     |

## Supported RPC Methods

* [eth\_blockNumber](/rpc-nodes/base/eth-blockNumber)
* [eth\_call](/rpc-nodes/base/eth-call)
* [eth\_chainId](/rpc-nodes/base/eth-chain-id)
* [eth\_createAccessList](/rpc-nodes/base/eth-create-access-list)
* [eth\_estimateGas](/rpc-nodes/base/eth-estimate-gas)
* [eth\_feeHistory](/rpc-nodes/base/eth-fee-history)
* [eth\_gasPrice](/rpc-nodes/base/eth-gas-price)
* [eth\_getBalance](/rpc-nodes/base/eth-get-balance)
* [eth\_getBlockByHash](/rpc-nodes/base/eth-get-block-by-hash)
* [eth\_getBlockByNumber](/rpc-nodes/base/eth-get-block-by-number)
* [eth\_getBlockTransactionCountByHash](/rpc-nodes/base/eth-get-block-transaction-count-by-hash)
* [eth\_getBlockTransactionCountByNumber](/rpc-nodes/base/eth-get-block-transaction-count-by-number)
* [eth\_getBlockReceipts](/rpc-nodes/base/eth-get-block-receipts)
* [eth\_getCode](/rpc-nodes/base/eth-get-code)
* [eth\_getLogs](/streams/api-reference/history/get-logs)
* [eth\_getProof](/rpc-nodes/base/eth-get-proof)
* [eth\_getStorageAt](/rpc-nodes/base/eth-get-storage-at)
* [eth\_getTransactionByHash](/rpc-nodes/base/eth-get-transaction-by-hash)
* [eth\_getTransactionByBlockHashAndIndex](/rpc-nodes/base/eth-get-transaction-by-block-hash-and-index)
* [eth\_getTransactionByBlockNumberAndIndex](/rpc-nodes/base/eth-get-transaction-by-block-number-and-index)
* [eth\_getTransactionCount](/rpc-nodes/base/eth-get-transaction-count)
* [eth\_getTransactionReceipt](/rpc-nodes/base/eth-get-transaction-receipt)
* [eth\_getUncleByBlockHashAndIndex](/rpc-nodes/base/eth-get-uncle-by-block-hash-and-index)
* [eth\_getUncleByBlockNumberAndIndex](/rpc-nodes/base/eth-get-uncle-by-block-number-and-index)
* [eth\_getUncleCountByBlockHash](/rpc-nodes/base/eth-get-uncle-count-by-block-hash)
* [eth\_getUncleCountByBlockNumber](/rpc-nodes/base/eth-get-uncle-count-by-block-number)
* [eth\_maxPriorityFeePerGas](/rpc-nodes/base/eth-max-priority-fee-per-gas)
* [eth\_sendRawTransaction](/rpc-nodes/base/eth-send-raw-transaction)
