> ## 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 Linea JSON-RPC methods

## Introduction

Linea is a high-performance Layer 2 solution for Ethereum, designed to provide low-cost and fast transactions while maintaining Ethereum’s security through zk-rollups. Linea’s architecture allows for greater scalability, enabling decentralized applications (dApps) to process more transactions at lower costs, making it ideal for decentralized finance (DeFi), gaming, and NFT ecosystems.

## Supported Networks

The Linea RPC API is available for the following networks:

1. **Linea Mainnet**

## Network Details

| **Network**       | **Chain ID**   | **Path Parameter** |
| :---------------- | :------------- | :----------------- |
| **Linea Mainnet** | 0xe708 (59144) | `linea`            |

## Supported RPC Methods

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