Solana Beta is live. Try BoltRPC Solana endpoints free - start your trial now.
Base Mainnet
Connect to Base Mainnet with BoltRPC's Base RPC endpoint. Flat-rate pricing from $49/mo. Free 2-week trial, no credit card required.
Latency
Trusted by
Add this endpoint to your application to start making requests.
https://eu.endpoints.matrixed.link/rpc/base?auth=YOUR_KEY wss://eu.endpoints.matrixed.link/ws/base?auth=YOUR_KEY
Replace YOUR_KEY with your API key.
Get a free key →
Choose your preferred library and start building.
import { ethers } from "ethers";
const provider = new ethers.JsonRpcProvider(
"https://eu.endpoints.matrixed.link/rpc/base?auth=YOUR_KEY"
);
const blockNumber = await provider.getBlockNumber(); Base apps generate a high ratio of read calls: balance checks, ownership queries, event polling. On compute-weighted billing, read-heavy workloads accumulate cost fast. BoltRPC's flat monthly rate means your billing stays predictable regardless of how many eth_call or eth_getLogs requests your application makes.
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.
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.
Base is EVM-equivalent. Any Ethereum code works on Base with a single endpoint change.
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.
Building on multiple OP Stack chains? BoltRPC supports Base, Optimism, and other Superchain networks from one API key with a consistent endpoint format.
Full Base JSON-RPC specification support.
eth_call eth_blockNumber eth_getBalance eth_sendRawTransaction eth_getLogs Join thousands of developers building next-generation blockchain applications. Get started in minutes with our developer-friendly infrastructure.