Avalanche logoAvalanche Fuji RPC Endpoints

Avalanche 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.

Other Avalanche Networks:

dRPC Logo

dRPC

Decentralized RPC Network

100+ blockchain RPCs

No rate limits

For builders and traders

Connect via dRPC
BlockchainRPC URLChain IDNative CurrencyBlock ExplorerActions
Avalanche

https://avalanche-fuji.drpc.org

0xa869AVAXhttps://testnet.snowtrace.io/
Avalanche

https://api.avax-test.network/ext/bc/C/rpc

0xa869AVAXhttps://testnet.snowtrace.io/

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 FAQ

What is the RPC URL for Avalanche Fuji?

There are 2 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.