InfinityBlocks

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.

RPChttps://solrpc.infinityblocks.io/<API_KEY>
WebSocketwss://solrpc.infinityblocks.io/<API_KEY>
Data APIhttps://solindex.infinityblocks.io/v1
Streamswss://solindex.infinityblocks.io/stream
All endpoints live over HTTPS / WSS

What you get

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.

Start here