Moonbeam Moonbase Alpha RPC EndpointsMoonbeam Moonbase Alpha uses DEV as its native currency. Its Chain ID is 1287 (0x507). Below are 2 public RPC endpoints you can use to connect wallets, dApps, and developer tools to Moonbeam Moonbase Alpha.

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://moonbase-alpha.drpc.org | 0x507 | DEV | https://moonbase.moonscan.io | |
⏳Moonbeam | https://rpc.api.moonbase.moonbeam.network | 0x507 | DEV | https://moonbase.moonscan.io |
import { ethers } from "ethers";
const provider = new ethers.JsonRpcProvider("https://moonbase-alpha.drpc.org");
const network = await provider.getNetwork();
console.log(network.chainId); // 1287nThere are 2 public RPC endpoints for Moonbeam Moonbase Alpha, including https://moonbase-alpha.drpc.org. See the full list in the table above.
The Chain ID for Moonbeam Moonbase Alpha is 1287 (0x507 in hexadecimal).
The native currency of Moonbeam Moonbase Alpha is DEV.
Use the "Add to Wallet" button on this page to add Moonbeam Moonbase Alpha to MetaMask automatically, or follow our step-by-step guide for Moonbeam.