Solana Beta is live. Try BoltRPC Solana endpoints free - start your trial now.
Sonic Mainnet
Connect to Sonic with BoltRPC's Sonic 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/sonic?auth=YOUR_KEY wss://eu.endpoints.matrixed.link/ws/sonic?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/sonic?auth=YOUR_KEY"
); Sonic is built for fast finality and EVM compatibility, designed to handle high-throughput DeFi activity. When a chain produces blocks every second, your RPC endpoint becomes the remaining variable in your application's performance stack. Trading bots and yield automation scripts running on Sonic need an endpoint that keeps up with block production without introducing unnecessary delays.
Sonic's fast blocks mean trading bots and yield optimizers poll frequently. At 1-second blocks, a bot polling every block makes 86,400 requests per day from block number checks alone, before any contract calls. Flat pricing means this polling pattern does not compound into billing surprises.
Sonic is the upgraded successor to Fantom Opera. The Fantom DeFi ecosystem has migrated to Sonic. These are established protocols with production RPC requirements, not experimental deployments.
Any Ethereum code works on Sonic with a single endpoint change.
At Sonic's block speed, polling is inefficient. WebSocket subscriptions deliver new block notifications as they happen, without the overhead of polling every second.
Dedicated infrastructure for production Sonic applications. Contact us for volume requirements above the Business plan.
Full Sonic JSON-RPC specification support.
eth_blockNumber eth_call eth_estimateGas eth_sendRawTransaction eth_getTransactionReceipt Join thousands of developers building next-generation blockchain applications. Get started in minutes with our developer-friendly infrastructure.