Solana Beta is now live on every BoltRPC trial.
Start free trialConnect to Sonic with BoltRPC's Sonic 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/sonic?auth=YOUR_API_KEY wss://eu.endpoints.matrixed.link/ws/sonic?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/sonic?auth=YOUR_API_KEY"
); Why BoltRPC
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.
Methods
Every standard Sonic method you'd expect. Archive-only methods are available on request for qualifying plans.
standard
5 eth_blockNumber eth_call eth_estimateGas eth_sendRawTransaction eth_getTransactionReceipt FAQ
Common questions about connecting to Sonic 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.