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

## Introduction

Avalanche is an open-source platform for launching decentralized applications (dApps) and enterprise blockchain deployments in one interoperable, highly scalable ecosystem. Known for its high throughput, low latency, and security, Avalanche achieves near-instant finality and offers compatibility with the Ethereum Virtual Machine (EVM). It is widely used for decentralized finance (DeFi), NFTs, and gaming applications.

## Supported Networks

The Avalanche RPC API is available for the following network:

1. **Avalanche Mainnet**

## Network Details

| **Network**           | **Chain ID**   | **Path Parameter** |
| :-------------------- | :------------- | :----------------- |
| **Avalanche Mainnet** | 0xa86a (43114) | `avalanche`        |

## Supported RPC Methods

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