Solana Beta is live. Try BoltRPC Solana endpoints free - start your trial now.
Scroll Mainnet
Connect to Scroll with BoltRPC's Scroll 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/scroll?auth=YOUR_KEY wss://eu.endpoints.matrixed.link/ws/scroll?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/scroll?auth=YOUR_KEY"
); Scroll is a zkEVM-equivalent L2 designed for maximum bytecode compatibility with Ethereum. Contracts deploy on Scroll without modification, making it the lowest-friction zkEVM migration path. The same RPC calls, same ABIs, same deployment flow, only the endpoint changes. This means your existing RPC integration requires no adjustment when moving to Scroll.
Scroll's DeFi ecosystem is expanding as more Ethereum projects discover its compatibility advantages. Production protocols require consistent RPC rather than the congested public endpoints, which hit rate limits and return errors under load.
ZK proof verification adds compute overhead that some providers pass on through billing. BoltRPC's flat monthly rate means you pay for a plan, not for proof complexity or method type. Your Scroll development and production costs stay predictable.
Any Ethereum code deploys on Scroll as-is. Switch the RPC endpoint and you're done.
Subscribe to Scroll contract events and new blocks via WebSocket. The same subscription patterns used on Ethereum work on Scroll without changes.
BoltRPC supports Scroll alongside Linea and zkSync Era. If you are evaluating zkEVM chains or running multi-chain deployments, one API key covers all three.
Full Scroll JSON-RPC specification support.
eth_call eth_blockNumber eth_estimateGas eth_getTransactionReceipt eth_sendRawTransaction Join thousands of developers building next-generation blockchain applications. Get started in minutes with our developer-friendly infrastructure.