Solana Developer Docs
Three ways to build on Solana: a fast RPC + WebSocket for on-chain reads, transactions, and live updates; a REST Data API for ready-made market data — prices, candles, trades, holders, launches, trending; and real-time Streams that push trades, prices and candles the instant they're indexed. All API-key-gated over TLS, with a live “Try it” runner on every endpoint.
RPC
https://solrpc.infinityblocks.io/<API_KEY>WebSocket
wss://solrpc.infinityblocks.io/<API_KEY>Data API
https://solindex.infinityblocks.io/v1Streams
wss://solindex.infinityblocks.io/streamAll endpoints live over HTTPS / WSS
What you get
- Solana RPC — standard Solana JSON-RPC + WebSocket. Read balances/accounts, simulate & send transactions, subscribe to live updates. Drop-in for any Solana SDK.
- Data API — a clean REST API (think Bitquery) for DEX/launchpad data across all of Raydium and Meteora. One endpoint per resource, JSON in / JSON out — no SQL or chain-decoding required.
Use the RPC for chain actions (send a swap, check a balance, watch an account) and the Data API for analytics (price, candles, trades, holders, trending, launches).
Coverage: Raydium (LaunchLab, AMM v4, CLMM, CPMM, StableSwap) and Meteora (DLMM, DAMM v1/v2, DBC) are fully supported — across trades, prices, candles, launches, pools, bonding curves, holders and metadata.