Cronos logoCronos Mainnet RPC Endpoints

Cronos Mainnet uses CRO as its native currency. Its Chain ID is 25 (0x19). Below are 4 public RPC endpoints you can use to connect wallets, dApps, and developer tools to Cronos Mainnet.

Other Cronos Networks:

dRPC Logo

dRPC

Decentralized RPC Network

100+ blockchain RPCs

No rate limits

For builders and traders

Connect via dRPC
BlockchainRPC URLChain IDNative CurrencyBlock ExplorerActions
Cronos

https://cronos.drpc.org/

0x19CROhttps://explorer.cronos.org
Cronos

https://evm-cronos.crypto.org

0x19CROhttps://explorer.cronos.org
Cronos

https://cronos.org/rpc

0x19CROhttps://explorer.cronos.org
Cronos

https://rpc.swiftnodes.io/rpc/cronos?key=demo

0x19CROhttps://explorer.cronos.org

Connect to Cronos Mainnet with ethers.js

import { ethers } from "ethers";

const provider = new ethers.JsonRpcProvider("https://cronos.drpc.org/");

const network = await provider.getNetwork();
console.log(network.chainId); // 25n

Cronos Mainnet FAQ

What is the RPC URL for Cronos Mainnet?

There are 4 public RPC endpoints for Cronos Mainnet, including https://cronos.drpc.org/. See the full list in the table above.

What is the Chain ID for Cronos Mainnet?

The Chain ID for Cronos Mainnet is 25 (0x19 in hexadecimal).

What is the native currency of Cronos Mainnet?

The native currency of Cronos Mainnet is CRO.

How do I add Cronos Mainnet to MetaMask?

Use the "Add to Wallet" button on this page to add Cronos Mainnet to MetaMask automatically, or follow our step-by-step guide for Cronos.