Solana Beta is live. Try BoltRPC Solana endpoints free - start your trial now.
zkSync Era Mainnet
Connect to zkSync Era with BoltRPC's zkSync 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/zksync?auth=YOUR_KEY wss://eu.endpoints.matrixed.link/ws/zksync?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/zksync?auth=YOUR_KEY"
); zkSync Era's DeFi TVL is growing as more protocols deploy. Reliable infrastructure becomes more critical as the value of assets depending on your RPC increases. BoltRPC provides dedicated capacity with flat pricing that does not scale against you as your usage grows.
zkSync Era has native account abstraction built into the protocol. AA-powered dApps generate more RPC calls per user interaction than standard EOA wallets: fee estimation for paymasters, validation calls, and signature verification all add up. BoltRPC handles the higher call volume without degradation.
zkSync Era's proving pipeline means nodes process significant data alongside standard JSON-RPC requests. BoltRPC's infrastructure is sized for this load, not just for standard EVM traffic.
zkSync Era is EVM-compatible. Most Ethereum code deploys with minor adjustments, and the same JSON-RPC methods apply. Teams migrating from Ethereum or other EVM chains can connect in minutes.
Subscribe to account changes and new blocks via WebSocket. Essential for account abstraction wallets tracking session key states and paymaster events.
BoltRPC supports the complete zkSync Era JSON-RPC specification including all eth_* methods and zkSync-specific extensions like zks_getBlockDetails and zks_getTransactionDetails.
Full zkSync JSON-RPC specification support.
eth_call eth_estimateGas eth_getTransactionReceipt eth_sendRawTransaction eth_blockNumber Join thousands of developers building next-generation blockchain applications. Get started in minutes with our developer-friendly infrastructure.