Reference

Solana RPC

Standard Solana JSON-RPC 2.0 + WebSocket. Each method below has its own page with parameters, a request example, and a sample response.

Endpoint

POST  https://solrpc.infinityblocks.io/<API_KEY>
WS    wss://solrpc.infinityblocks.io/<API_KEY>

The API key is part of the URL path. See Authentication and Quickstart.

Accounts & balances

Transactions

Blocks & slots

Network & cluster

WebSocket subscriptions

Not available on this node: getProgramAccounts, getTokenAccountsByOwner, getTokenAccountsByDelegate, getTokenLargestAccounts, getLargestAccounts, getSupply, getVoteAccounts, getClusterNodes, getLeaderSchedule, getBlocks, getBlockProduction, getInflation* — they return 403. For holders / token enumeration use the Data API.