Base RPC Endpoint

Base moves consumer traffic at L2 speed. Dedicated HTTPS + WebSocket endpoints sized for mint spikes, social dApps and onchain commerce.

chain id · 8453JSON-RPC 2.0WebSocketFull archiveDebug
LIVE LATENCY
23ms
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/base
WEBSOCKET
wss://endpoints.boltrpc.io/ws/YOUR_API_KEY/base

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/base"
);
const blockNumber = await provider.getBlockNumber();

Connect your dApp, bot, or protocol to Base Mainnet (Coinbase’s L2) with BoltRPC. Predictable request-unit billing with no daily caps makes Base the right choice for consumer apps that see highly variable read volumes.

Chain at a Glance

Chain ID8453
ProtocolOP Stack on ETH
Block time~2 s
Native tokenETH
FinalityEthereum L1 finality ~7 days (challenge period)
EVM compatibleYes

What Base is Built For

Base is Coinbase’s OP Stack L2, designed for consumer-facing onchain applications. The chain is backed by Coinbase’s 100 million+ user base and benefits from native integration with Coinbase Wallet. Consumer apps, NFT collections, social protocols and wallet infrastructure all land on Base first when targeting mainstream users. RPC demand on Base is characterized by high read volume: wallet balance checks, NFT metadata queries and transaction status polling at scale during active periods. Public Base endpoints regularly hit congestion during launch events.

Common Use Cases on Base

NFT launchpad backends NFT collection launches on Base generate some of the highest-density RPC traffic in the OP Stack ecosystem. A launchpad platform needs to verify wallet eligibility, check minting limits, poll transaction status for thousands of concurrent users and update frontend state in real time. During a high-profile mint, this means hundreds of concurrent eth_call and eth_getTransactionReceipt requests within a few minutes. A dedicated RPC endpoint handles this burst reliably; shared public infrastructure typically does not.

Social app onchain reads Base is the primary L2 for consumer social protocols: onchain identity, follower graphs stored in contracts, creator economy mechanics. Social apps read on-chain state for every user session, making wallet balance checks, ENS-equivalent lookups and social graph queries via eth_call continuously. These are low-latency read workloads with high concurrency requirements across a large active user base.

Wallet balance polling and account management Applications built for Coinbase Wallet users on Base need to display balances, token holdings and transaction history in real time. Backend services poll eth_getBalance and eth_getLogs for potentially large numbers of user wallets. At Base’s scale, this is a sustained high-read workload that requires reliable infrastructure rather than shared public endpoints.

Built for teams that ship on Base.

Predictable RU billing for high-volume consumer read patterns

Base apps generate a high ratio of read calls: balance checks, ownership queries, event polling. On opaque compute-weighted billing, read-heavy workloads accumulate cost fast. BoltRPC prices each method with a fixed, published request-unit weight, so your billing stays predictable as you size a plan to how many eth_call or eth_getLogs requests your application makes.

No daily caps during launch spikes

NFT mint events, token launches, and viral moments on Base create sudden traffic spikes. Public endpoints throttle and drop connections exactly when traffic peaks. BoltRPC is built for high-throughput workloads without imposing daily caps that cut off your application mid-event.

High-growth L2 ecosystem

Base's integration with Coinbase Wallet and its expanding onchain app ecosystem means RPC demand is accelerating significantly. BoltRPC's infrastructure is built for exactly these workloads.

Full EVM compatibility

Base is EVM-equivalent. Any Ethereum code works on Base with a single endpoint change.

WebSocket for real-time app state

Consumer apps on Base need to react to on-chain state in real time. Subscribe to new blocks and contract events via WebSocket for instant notifications without polling.

One provider for the OP Stack Superchain

Building on multiple OP Stack chains? BoltRPC supports Base, Optimism, and other Superchain networks from one API key with a consistent endpoint format.

Full JSON-RPC coverage.

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

STANDARD5
eth_calleth_blockNumbereth_getBalanceeth_sendRawTransactioneth_getLogs

Base, explained.

Common questions about connecting to Base over BoltRPC.

Ship on Base this week.

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