Merlin logoMerlin Mainnet RPC Endpoints

Merlin Mainnet uses BTC as its native currency. Its Chain ID is 4200 (0x1068). Below is a public RPC endpoint you can use to connect wallets, dApps, and developer tools to Merlin Mainnet.

dRPC Logo

dRPC

Decentralized RPC Network

100+ blockchain RPCs

No rate limits

For builders and traders

Connect via dRPC
BlockchainRPC URLChain IDNative CurrencyBlock ExplorerActions
Merlin

https://merlin.drpc.org

0x1068BTC

Connect to Merlin Mainnet with ethers.js

import { ethers } from "ethers";

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

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

Merlin Mainnet FAQ

What is the RPC URL for Merlin Mainnet?

The public RPC URL for Merlin Mainnet is https://merlin.drpc.org.

What is the Chain ID for Merlin Mainnet?

The Chain ID for Merlin Mainnet is 4200 (0x1068 in hexadecimal).

What is the native currency of Merlin Mainnet?

The native currency of Merlin Mainnet is BTC.

How do I add Merlin Mainnet to MetaMask?

Use the "Add to Wallet" button on this page to add Merlin Mainnet to MetaMask automatically, or follow our step-by-step guide for Merlin.