Unichain RPC Endpoint

Unichain is Uniswap's L2, built as the home for v4 liquidity with sub-second effective confirmation. A dedicated endpoint keeps your quotes and fills current.

chain id · 130JSON-RPC 2.0WebSocketDebug
LIVE LATENCY
59ms
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/unichain
WEBSOCKET
wss://endpoints.boltrpc.io/ws/YOUR_API_KEY/unichain

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/unichain"
);

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

Connect your dApp, bot, or protocol to Unichain Mainnet with BoltRPC. Unichain is the Layer 2 built by Uniswap Labs as the home base for Uniswap liquidity, and predictable request-unit pricing keeps your RPC costs flat while your strategies read the busiest DEX ecosystem in crypto.

Chain at a Glance

Chain ID130
ProtocolOptimistic rollup on the OP Stack (Optimism Superchain)
Block time~1 second (sub-second Flashblocks for faster confirmation)
Gas tokenETH
SettlementEthereum mainnet
EVM compatibleYes (EVM equivalent)

What Unichain is Built For

Unichain is what happens when the largest DEX builds its own chain: an OP Stack rollup launched by Uniswap Labs in 2025, designed to be the venue where Uniswap v4 liquidity concentrates. Its headline feature is speed of confirmation, one-second blocks subdivided by Flashblocks, giving traders sub-second effective confirmation, plus a verifiable block-building pipeline aimed at fairer transaction ordering. As a Superchain member it interoperates with Base, OP Mainnet and Ink over standard bridges. For developers it is EVM equivalent: ethers.js, viem, Foundry and Hardhat work unchanged. The workload is DEX-shaped from day one, quotes, swaps, routing and MEV, the request pattern where public endpoints rate-limit first.

Common Use Cases on Unichain

Routing and quoting engines Aggregators and wallets quote against Unichain pools on every user input. That is high-frequency eth_call traffic with hard latency budgets, the quote is stale before it renders if the RPC is slow.

Market makers and arbitrage Liquidity concentrated on one venue means the arbitrage happens against everywhere else. MEV-sensitive workloads on Unichain compete in the Flashblock window, where the RPC round-trip is a direct cost.

LP management and analytics v4 positions with hooks need continuous monitoring: fees earned, range status, impermanent loss. Dashboards poll position state per user, and an eth_getLogs pipeline backfills history.

Cross-Superchain strategies Protocols and routers spanning Unichain, Base and OP Mainnet need consistent RPC behavior everywhere. One provider with one URL pattern per chain keeps multichain infrastructure simple.

Built for teams that ship on Unichain.

Built for DEX workloads

Quotes, routing and position management on Unichain are continuous eth_call traffic against pool contracts. A dedicated endpoint keeps quote latency flat when volatility spikes and every router recomputes at once.

Sub-second confirmations need sub-second reads

Flashblocks give traders effective confirmation in a fraction of a second, worthless if your RPC provider adds that time back. BoltRPC's gateway round-trip is measured live and published on this page.

Debug methods included

debug_* methods are available on Unichain for tracing reverted swaps and hook interactions without running your own node.

WebSocket streaming included

Subscribe to new blocks, pending transactions and swap events over WebSocket at no extra charge. Streaming fills and pool events beats polling on both freshness and request count.

The Superchain from one provider

BoltRPC serves Unichain alongside Base, OP Mainnet, Ink and 20+ other networks behind one dashboard and one key pattern. Cross-chain routing logic talks to every venue through the same provider.

Full JSON-RPC coverage.

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

STANDARD5
eth_calleth_getLogseth_sendRawTransactioneth_getTransactionReceiptdebug_traceTransaction

Unichain, explained.

Common questions about connecting to Unichain over BoltRPC.

Ship on Unichain this week.

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