Mantle RPC Endpoint

Mantle pairs a modular L2 with one of the largest treasuries in crypto. Get a dedicated endpoint with archive access and debug methods included.

chain id · 5000JSON-RPC 2.0WebSocketPartial archiveDebug
LIVE LATENCY
20ms
LIVE
gateway round-trip · sampled every second
IN PRODUCTION ATChainlinkEnjinTiingoGains Network

Your endpoint, ready in one line.

Drop this URL into your RPC client, HTTP library or wallet config. No SDK install required.

HTTPS
https://endpoints.boltrpc.io/rpc/YOUR_API_KEY/mantle
WEBSOCKET
wss://endpoints.boltrpc.io/ws/YOUR_API_KEY/mantle

Replace YOUR_API_KEY with your API key. Get a free key →

Pick your stack.

Copy-paste examples for the libraries you already use. Swap the API key, hit run.

import { ethers } from "ethers";

const provider = new ethers.JsonRpcProvider(
  "https://endpoints.boltrpc.io/rpc/YOUR_API_KEY/mantle"
);

const blockNumber = await provider.getBlockNumber();
console.log("Latest block:", blockNumber);

Connect your dApp, bot, or protocol to Mantle Mainnet with BoltRPC. Mantle is the modular Ethereum Layer 2 behind the mETH staking ecosystem, and predictable request-unit pricing keeps your RPC costs flat while your protocol taps one of the deepest treasuries in crypto.

Chain at a Glance

Chain ID5000
ProtocolModular optimistic rollup (OP Stack based, external DA)
Block time~2 seconds
Gas tokenMNT
SettlementEthereum mainnet
EVM compatibleYes

What Mantle is Built For

Mantle is the Layer 2 built by one of crypto’s largest DAO treasuries, and its ecosystem reflects that: liquid staking (mETH), yield products and DeFi protocols that lean on deep native liquidity. Technically it is a modular rollup, OP Stack derived execution with data availability handled externally, which keeps fees low for data-heavy workloads. Gas is paid in MNT rather than ETH, one of the few L2s where that is the case. For developers everything else is familiar: the EVM, Solidity, ethers.js, viem, Foundry and Hardhat all work unchanged. Staking dashboards, yield aggregators and DeFi backends on Mantle poll balances, rates and positions continuously, a sustained read load that outgrows public endpoints quickly.

Common Use Cases on Mantle

Staking dashboards and yield aggregators mETH and the vault ecosystem around it are read-heavy: rates, balances and APYs polled via eth_call on short intervals, multiplied by every connected user.

DeFi protocols and market makers Lending markets and DEXes on Mantle track collateral and pool state continuously, with WebSocket streams for fills and liquidations.

Indexers and analytics pipelines Treasury trackers and TVL dashboards backfill history and follow the head. An eth_getLogs pipeline with archive reads for history runs on one endpoint.

Position history and PnL tools Balance-at-block and state-at-block queries against the archive range power PnL charts and reporting, served from the same endpoint as your live reads.

Built for teams that ship on Mantle.

Archive access included

BoltRPC serves Mantle with partial archive depth, historical state from the archive cutoff onward, measured live against our own nodes and shown on this page. Recent-history features like position charts and PnL tracking work without a separate archive provider.

Debug methods included

debug_* methods are available on Mantle, so you can trace failing transactions and inspect execution without maintaining your own archive-grade node.

Built for staking and yield workloads

mETH rates, vault APYs and lending positions change continuously, and every dashboard and aggregator reads them on a loop. A dedicated endpoint keeps those reads fast at any user count.

WebSocket streaming included

Subscribe to new blocks, pending transactions and contract events over WebSocket at no extra charge. Yield rebalancers and monitoring react to events the moment they land.

One provider across the L2 landscape

BoltRPC serves Mantle alongside Ethereum, Base, Arbitrum and 20+ other networks behind one dashboard, one API key pattern and one pricing model. Add Mantle without adding another vendor.

Full JSON-RPC coverage.

Every standard Mantle method you would expect. Archive-only methods are available on request for qualifying plans.

STANDARD5
eth_calleth_getLogseth_sendRawTransactioneth_getTransactionReceiptdebug_traceTransaction

Mantle, explained.

Common questions about connecting to Mantle over BoltRPC.

Ship on Mantle this week.

An API key in under 60 seconds, Mantle plus 34 other chains, and a team that answers when you write.