Solana Developer Docs

Two endpoints to build on Solana: a fast RPC + WebSocket for on-chain reads, transactions, and live updates, and a REST Data API for ready-made market data — prices, candles, trades, holders, launches, trending. Both API-key-gated over TLS.

RPChttps://solrpc.infinityblocks.io/<API_KEY>
WebSocketwss://solrpc.infinityblocks.io/<API_KEY>
Data APIhttps://solindex.infinityblocks.io/v1
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).

Start here