Solana Beta is now live on every BoltRPC trial.
Start free trialConnect to OP Mainnet with BoltRPC's Optimism RPC endpoint. Flat-rate pricing from $49/mo. Free 2-week trial, no credit card required.
latency
Quick connect
Drop this URL into your RPC client, HTTP library or wallet config. No SDK install required.
https://eu.endpoints.matrixed.link/rpc/optimism?auth=YOUR_API_KEY wss://eu.endpoints.matrixed.link/ws/optimism?auth=YOUR_API_KEY
Replace YOUR_API_KEY with your API key.
Get a free key →
Connect
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://eu.endpoints.matrixed.link/rpc/optimism?auth=YOUR_API_KEY"
); Why BoltRPC
Optimism hosts protocols with active on-chain governance: proposal submissions, vote tallies, and execution calls. Governance-heavy protocols issue bursts of eth_getLogs queries to track vote events and proposal state. BoltRPC's flat pricing means governance query patterns do not inflate your bill.
Optimism (OP Stack) is the foundation for the Superchain. Base, Mode, Zora, and dozens of other chains all run on OP Stack. As the Superchain ecosystem grows, Optimism's own RPC demand increases alongside it.
Building on multiple OP Stack chains? BoltRPC supports Optimism and Base from one provider with one API key and a consistent endpoint format. Switching between Superchain chains requires only changing the network slug.
The OP Stack bridge generates events as messages pass between OP Mainnet and Ethereum. Subscribe via WebSocket to track cross-chain state in real time.
Any Ethereum code works on Optimism with a single endpoint change. Identical Solidity, identical ABIs, identical tooling.
OP Mainnet relies on a centralized sequencer for transaction ordering. Apps that need to track sequencer output precisely, for MEV protection or transaction ordering strategies, require an RPC that keeps up with the sequencer without delays.
Methods
Every standard OP method you'd expect. Archive-only methods are available on request for qualifying plans.
standard
5 eth_call eth_getLogs eth_getTransactionReceipt eth_blockNumber eth_estimateGas FAQ
Common questions about connecting to OP over BoltRPC.
Get started
One endpoint format, 20+ networks, no SDK. Drop our URL into the client you already use and your integration is done.
No credit card required. · 14-day trial on any tier.