1
Create an Account
Sign up at orbitflare.com and choose a plan that fits your needs. A free tier is available so you can start building immediately with no credit card required.
2
Get Your License Key
Once you have signed in, navigate to the Dashboard and locate the Licenses section. Your license key is provided with your service subscription — copy it from there.You will authenticate RPC requests by appending the license key as the
api_key query parameter to the endpoint URL.3
Make Your First RPC Call
Use the mainnet endpoint to call A successful response looks like this:
getBlockHeight and confirm everything is working.4
Try WebSockets
OrbitFlare supports persistent WebSocket connections for real-time data. Connect to
wss://mainnet.rpc.orbitflare.com and subscribe to updates.JavaScript
WebSocket connections use the same
api_key query parameter for authentication.What’s Next?
Authentication & Limits
Understand API key usage, endpoint formats, rate limits, and streaming connection limits.
RPC Documentation
Dive into the complete HTTP RPC method reference.
Data Streaming
Stream real-time Solana data with Jetstream.
Error Codes
HTTP status codes, JSON-RPC errors, and how to handle them.
Starter Templates
Production-ready starter templates for building on Solana — Blinks, swaps, and more.