Taiko Mainnet RPC EndpointsTaiko Mainnet uses ETH as its native currency. Its Chain ID is 167000 (0x28c58). Below are 3 public RPC endpoints you can use to connect wallets, dApps, and developer tools to Taiko Mainnet.

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