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

## Introduction

Blast is a high-performance blockchain network designed for scalable decentralized applications (dApps) and digital assets. With its robust infrastructure, Blast aims to offer fast finality, low transaction fees, and high throughput, making it ideal for developers building decentralized finance (DeFi) applications, gaming platforms, and NFTs. Its architecture ensures seamless compatibility with Ethereum, offering developers an easy path to migrate or build on Blast.

## Supported Networks

The Blast RPC API is available for the following networks:

1. **Blast Mainnet**
2. **Blast Sepolia Testnet**

## Network Details

| **Network**       | **Chain ID**          | **Path Parameter** |
| :---------------- | :-------------------- | :----------------- |
| **Blast Mainnet** | 0x13e31 (81457)       | `blast`            |
| **Blast Sepolia** | 0xa0c71fd (168587773) | `blast-sepolia`    |

## Supported RPC Methods

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