Flow JSON RPC API
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:
- Flow Mainnet
- Flow Testnet
Network Details
Network | Chain ID | EVM Chain | RPC URLs |
---|---|---|---|
Flow Mainnet | 0x2eb (747) | EvmChain.FLOW | https://site1.moralis-nodes.com/flow/ |
https://site2.moralis-nodes.com/flow/ | |||
Flow Testnet | 0x221 (545) | EvmChain.FLOW_TESTNET | https://site1.moralis-nodes.com/flow-testnet/ |
https://site2.moralis-nodes.com/flow-testnet/ |
Supported RPC Methods
- eth_blockNumber
- eth_call
- eth_chainId
- eth_createAccessList
- eth_estimateGas
- eth_feeHistory
- eth_gasPrice
- eth_getBalance
- eth_getBlockByHash
- eth_getBlockByNumber
- eth_getBlockTransactionCountByHash
- eth_getBlockTransactionCountByNumber
- eth_getBlockReceipts
- eth_getCode
- eth_getLogs
- eth_getProof
- eth_getStorageAt
- eth_getTransactionByHash
- eth_getTransactionByBlockHashAndIndex
- eth_getTransactionByBlockNumberAndIndex
- eth_getTransactionCount
- eth_getTransactionReceipt
- eth_getUncleByBlockHashAndIndex
- eth_getUncleByBlockNumberAndIndex
- eth_getUncleCountByBlockHash
- eth_getUncleCountByBlockNumber
- eth_maxPriorityFeePerGas
- eth_sendRawTransaction