For the complete documentation index, see llms.txt. This page is also available as Markdown.

Solana RPC

Standard Solana JSON-RPC over HTTP and WebSocket, served from Atlanta and Amsterdam.

The foundation of the platform. SVS serves the standard Solana JSON-RPC interface, so any existing Solana client library works without modification — point it at an SVS endpoint and go.

Requests are geo-routed to the nearest healthy location by default. See Endpoints & DNS Load Balancing for location-pinned hostnames and failover behaviour, and Connection Information for the URL of every tier.

HTTP Methods

Request/response JSON-RPC over HTTPS. Account and token queries, transaction submission and simulation, block and epoch metadata, and chain health.

Websocket Methods

Long-lived subscriptions over WSS. Push updates for accounts, programs, slots, signatures, logs, blocks, and votes — each with a matching unsubscribe method.


Looking for something beyond standard RPC?

  • Lightspeed — tip-based low-latency transaction landing.

  • Jito Bundles — atomic bundle submission with MEV protection.

  • Historical — archival queries beyond standard retention.

  • Rewind — point-in-time account state reconstruction.

Last updated