> For the complete documentation index, see [llms.txt](https://docs.solanavibestation.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.solanavibestation.com/api-reference/solana-rpc.md).

# Solana RPC

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](https://github.com/Solana-Vibe-Station/gitbooks-overview/tree/main/getting-started/endpoints-and-dns-load-balancing/README.md) for location-pinned hostnames and failover behaviour, and [Connection Information](https://github.com/Solana-Vibe-Station/gitbooks-overview/tree/main/getting-started/connection-information/README.md) for the URL of every tier.

### [HTTP Methods](/api-reference/solana-rpc/http-methods.md)

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

### [Websocket Methods](/api-reference/solana-rpc/websocket-methods.md)

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**](/api-reference/lightspeed.md) — tip-based low-latency transaction landing.
* [**Jito Bundles**](/api-reference/jito.md) — atomic bundle submission with MEV protection.
* [**Historical**](/api-reference/historical.md) — archival queries beyond standard retention.
* [**Rewind**](/api-reference/rewind.md) — point-in-time account state reconstruction.
