Avalanche logo

Avalanche Fuji

RPC Endpoints

Chain ID: 0xa869 · AVAX

Other Avalanche networks:Mainnet
How to add Avalanche to MetaMask or other wallets

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

StatusRPC EndpointChain IDCurrencyExplorerWallet
Checking
https://avalanche-fuji.drpc.org
0xa869AVAXExplorer
Checking
https://api.avax-test.network/ext/bc/C/rpc
0xa869AVAXExplorer
Checking
https://avax-testnet.gateway.tatum.io
0xa869AVAXExplorer

Connect to Avalanche Fuji with ethers.js

import { ethers } from "ethers";

const provider = new ethers.JsonRpcProvider("https://avalanche-fuji.drpc.org");

const network = await provider.getNetwork();
console.log(network.chainId); // 43113n

Avalanche Fuji — common questions

What is the RPC URL for Avalanche Fuji?
There are 3 public RPC endpoints for Avalanche Fuji, including https://avalanche-fuji.drpc.org. See the full list in the table above.
What is the Chain ID for Avalanche Fuji?
The Chain ID for Avalanche Fuji is 43113 (0xa869 in hexadecimal).
What is the native currency of Avalanche Fuji?
The native currency of Avalanche Fuji is AVAX.
How do I add Avalanche Fuji to MetaMask?
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.