Solana Beta is live. Try BoltRPC Solana endpoints free - start your trial now.
Starknet Mainnet
Connect to Starknet with BoltRPC's Starknet 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/starknet?auth=YOUR_KEY wss://eu.endpoints.matrixed.link/ws/starknet?auth=YOUR_KEY
Replace YOUR_KEY with your API key.
Get a free key →
Choose your preferred library and start building.
import { RpcProvider } from "starknet";
const provider = new RpcProvider({
nodeUrl: "https://eu.endpoints.matrixed.link/rpc/starknet?auth=YOUR_KEY",
});
const block = await provider.getBlockNumber(); Starknet's ecosystem is past early adopter stage. Production protocols running on Starknet need a provider that treats Starknet as a first-class supported chain, not an afterthought. BoltRPC provides dedicated Starknet infrastructure with the same reliability standards as its EVM chains.
Starknet's proving pipeline puts heavier demands on node infrastructure than standard EVM chains. ZK-STARK proof generation runs alongside standard JSON-RPC requests. BoltRPC's Starknet nodes are sized for production RPC volume alongside proof processing.
BoltRPC supports the full Starknet JSON-RPC specification including starknet_getBlock, starknet_call, starknet_addInvokeTransaction, and all standard methods. No partial implementation or missing endpoints.
Starknet's native smart contract language (Cairo) has a growing developer ecosystem. DeFi, NFT, and gaming protocols on Starknet all require reliable RPC access. As the ecosystem grows, provider reliability becomes more critical.
Starknet's starknet_call and starknet_estimateFee are the workhorse methods for Cairo contract interaction. Flat pricing means your call patterns do not create billing surprises as your application scales.
Subscribe to Starknet events and new blocks via WebSocket. Essential for applications that need to react to contract events and proof submissions in real time.
Join thousands of developers building next-generation blockchain applications. Get started in minutes with our developer-friendly infrastructure.