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

## Introduction

Flow is a fast, decentralized, and developer-friendly blockchain designed to support the next generation of digital assets and applications. It is built to scale without sharding, providing a great developer experience and making it easier to build dApps, NFTs, and games with real-world usability. Flow enables the seamless creation of decentralized applications that prioritize security, scalability, and ease of use.

## Supported Networks

The Flow RPC API is available for the following networks:

1. **Flow Mainnet**
2. **Flow Testnet**

## Network Details

| **Network**      | **Chain ID** | **Path Parameter** |
| :--------------- | :----------- | :----------------- |
| **Flow Mainnet** | 0x2eb (747)  | `flow`             |
| **Flow Testnet** | 0x221 (545)  | `flow-testnet`     |

## Supported RPC Methods

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