Moonbeam Mainnet RPC EndpointsMoonbeam Mainnet uses GLMR as its native currency. Its Chain ID is 1284 (0x504). Below are 3 public RPC endpoints you can use to connect wallets, dApps, and developer tools to Moonbeam Mainnet.

Decentralized RPC Network
100+ blockchain RPCs
No rate limits
For builders and traders
| Blockchain | RPC URL | Chain ID | Native Currency | Block Explorer | Actions |
|---|---|---|---|---|---|
⏳Moonbeam | https://moonbeam.drpc.org/ | 0x504 | GLMR | https://moonbeam.moonscan.io | |
⏳Moonbeam | https://rpc.api.moonbeam.network | 0x504 | GLMR | https://moonbeam.moonscan.io | |
⏳Moonbeam | https://rpc.swiftnodes.io/rpc/moonbeam?key=demo | 0x504 | GLMR | https://moonbeam.moonscan.io |
import { ethers } from "ethers";
const provider = new ethers.JsonRpcProvider("https://moonbeam.drpc.org/");
const network = await provider.getNetwork();
console.log(network.chainId); // 1284nThere are 3 public RPC endpoints for Moonbeam Mainnet, including https://moonbeam.drpc.org/. See the full list in the table above.
The Chain ID for Moonbeam Mainnet is 1284 (0x504 in hexadecimal).
The native currency of Moonbeam Mainnet is GLMR.
Use the "Add to Wallet" button on this page to add Moonbeam Mainnet to MetaMask automatically, or follow our step-by-step guide for Moonbeam.