Sui Mainnet RPC EndpointsSui Mainnet uses SUI as its native currency. Its Chain ID is 897796746 (35834a8a). Below are 2 public RPC endpoints you can use to connect wallets, dApps, and developer tools to Sui Mainnet.

Decentralized RPC Network
100+ blockchain RPCs
No rate limits
For builders and traders
| Blockchain | RPC URL | Chain ID | Native Currency | Block Explorer | Actions |
|---|---|---|---|---|---|
⏳Sui | https://fullnode.mainnet.sui.io | 35834a8a | SUI | https://suiscan.xyz/mainnet/home | |
⏳Sui | https://sui.drpc.org | 35834a8a | SUI | https://suiscan.xyz/mainnet/home |
import { ethers } from "ethers";
const provider = new ethers.JsonRpcProvider("https://fullnode.mainnet.sui.io");
const network = await provider.getNetwork();
console.log(network.chainId); // 897796746nThere are 2 public RPC endpoints for Sui Mainnet, including https://fullnode.mainnet.sui.io. See the full list in the table above.
The Chain ID for Sui Mainnet is 897796746 (35834a8a in hexadecimal).
The native currency of Sui Mainnet is SUI.
Use the "Add to Wallet" button on this page to add Sui Mainnet to MetaMask automatically, or follow our step-by-step guide for Sui.