Solana Beta is now live on every BoltRPC trial.
Start free trialConnect to Moonriver with BoltRPC's Moonriver 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/moonriver?auth=YOUR_API_KEY wss://eu.endpoints.matrixed.link/ws/moonriver?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/moonriver?auth=YOUR_API_KEY"
); Why BoltRPC
Teams deploying on Moonriver before promoting to Moonbeam need consistent RPC across both environments. BoltRPC supports Moonbeam and Moonriver from one provider with one API key. Switching from Moonriver to Moonbeam for production requires changing one environment variable. The endpoint format is identical.
Moonriver is Moonbeam's canary network on Kusama. Features and upgrades land on Moonriver before Moonbeam. Unlike testnets, Moonriver runs with real MOVR tokens and real economic value. DeFi protocols deployed here need reliable RPC just like mainnet deployments.
Moonriver gives Ethereum developers access to the Kusama parachain ecosystem via XCM. For protocols building cross-chain applications across Kusama and Ethereum, Moonriver is a key infrastructure layer that needs stable RPC.
Any Ethereum code works on Moonriver with a single endpoint change. The EVM interface is identical to Moonbeam.
Running a canary deployment alongside a production deployment typically means running two parallel RPC integrations. Flat pricing means your Moonriver usage does not add meaningfully to your total costs relative to your Moonbeam usage.
Subscribe to Moonriver events in real time via WebSocket. Useful for monitoring contract behavior before promoting to Moonbeam.
Methods
Every standard Moonriver method you'd expect. Archive-only methods are available on request for qualifying plans.
standard
5 eth_call eth_getTransactionReceipt eth_blockNumber eth_getBalance eth_sendRawTransaction FAQ
Common questions about connecting to Moonriver 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.