Aptos logo

Aptos Mainnet

RPC Endpoints

Chain ID: 1 · APT

Other Aptos networks:Testnet
How to add Aptos to MetaMask or other wallets

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.

StatusRPC EndpointChain IDCurrencyExplorerWallet
Checking
https://fullnode.mainnet.aptoslabs.com/v1
1APTExplorer
Checking
https://aptos.drpc.org
1APTExplorer
Checking
https://rpc.swiftnodes.io/rpc/eth?key=demo
1APTExplorer

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); // 1n

Aptos 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.