Sonic Mainnet RPC EndpointsSonic Mainnet uses S as its native currency. Its Chain ID is 146 (0x92). Below are 3 public RPC endpoints you can use to connect wallets, dApps, and developer tools to Sonic Mainnet.

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