SEI Mainnet RPC EndpointsSEI Mainnet uses SEI as its native currency. Its Chain ID is 4905 (1329). Below are 4 public RPC endpoints you can use to connect wallets, dApps, and developer tools to SEI Mainnet.

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