Aptos Mainnet
RPC EndpointsChain ID: 1 · APT
Other Aptos networks:Testnet
Aptos Mainnet uses APT as its native currency. Chain ID: 1 (1). Below are 3 public RPC endpoints you can use to connect wallets, dApps, and developer tools to Aptos Mainnet.
Connect to Aptos Mainnet with ethers.js
import { ethers } from "ethers";
const provider = new ethers.JsonRpcProvider("https://fullnode.mainnet.aptoslabs.com/v1");
const network = await provider.getNetwork();
console.log(network.chainId); // 1nAptos Mainnet — common questions
What is the RPC URL for Aptos Mainnet?
There are 3 public RPC endpoints for Aptos Mainnet, including https://fullnode.mainnet.aptoslabs.com/v1. See the full list in the table above.
What is the Chain ID for Aptos Mainnet?
The Chain ID for Aptos Mainnet is 1 (1 in hexadecimal).
What is the native currency of Aptos Mainnet?
The native currency of Aptos Mainnet is APT.
How do I add Aptos Mainnet to MetaMask?
Use the "Add to Wallet" button on this page to add Aptos Mainnet to MetaMask automatically, or follow our step-by-step guide for Aptos.