Flow Mainnet RPC EndpointsFlow Mainnet uses FLOW as its native currency. Its Chain ID is 15 (FLOW). Below is a public RPC endpoint you can use to connect wallets, dApps, and developer tools to Flow Mainnet.

Decentralized RPC Network
100+ blockchain RPCs
No rate limits
For builders and traders
| Blockchain | RPC URL | Chain ID | Native Currency | Block Explorer | Actions |
|---|---|---|---|---|---|
⏳Flow | https://rest-mainnet.onflow.org | FLOW | FLOW | https://www.flowdiver.io/ |
import { ethers } from "ethers";
const provider = new ethers.JsonRpcProvider("https://rest-mainnet.onflow.org");
const network = await provider.getNetwork();
console.log(network.chainId); // 15nThe public RPC URL for Flow Mainnet is https://rest-mainnet.onflow.org.
The Chain ID for Flow Mainnet is 15 (FLOW in hexadecimal).
The native currency of Flow Mainnet is FLOW.
Use the "Add to Wallet" button on this page to add Flow Mainnet to MetaMask automatically, or follow our step-by-step guide for Flow.