Avalanche Fuji RPC EndpointsAvalanche Fuji uses AVAX as its native currency. Its Chain ID is 43113 (0xa869). Below are 2 public RPC endpoints you can use to connect wallets, dApps, and developer tools to Avalanche Fuji.

Decentralized RPC Network
100+ blockchain RPCs
No rate limits
For builders and traders
| Blockchain | RPC URL | Chain ID | Native Currency | Block Explorer | Actions |
|---|---|---|---|---|---|
⏳Avalanche | https://avalanche-fuji.drpc.org | 0xa869 | AVAX | https://testnet.snowtrace.io/ | |
⏳Avalanche | https://api.avax-test.network/ext/bc/C/rpc | 0xa869 | AVAX | https://testnet.snowtrace.io/ |
import { ethers } from "ethers";
const provider = new ethers.JsonRpcProvider("https://avalanche-fuji.drpc.org");
const network = await provider.getNetwork();
console.log(network.chainId); // 43113nThere are 2 public RPC endpoints for Avalanche Fuji, including https://avalanche-fuji.drpc.org. See the full list in the table above.
The Chain ID for Avalanche Fuji is 43113 (0xa869 in hexadecimal).
The native currency of Avalanche Fuji is AVAX.
Use the "Add to Wallet" button on this page to add Avalanche Fuji to MetaMask automatically, or follow our step-by-step guide for Avalanche.