> ## Documentation Index
> Fetch the complete documentation index at: https://docs.vali.wtf/llms.txt
> Use this file to discover all available pages before exploring further.

# Rpc

# RPC

Standard Solana JSON-RPC. Use this endpoint for all on-chain reads and transaction submission. Especially effective for spam-sending during hyped drops — our nodes are tuned to get your transactions through when the network is congested.

All nodes run with `--full-rpc-api` enabled.

## Locations

6 nodes across global regions:

| Location  | Country             |
| --------- | ------------------- |
| Ashburn   | 🇺🇸 United States  |
| New York  | 🇺🇸 United States  |
| Frankfurt | 🇩🇪 Germany        |
| Amsterdam | 🇳🇱 Netherlands    |
| London    | 🇬🇧 United Kingdom |
| Tokyo     | 🇯🇵 Japan          |

## Endpoint

```
[loc].rpc.vali.wtf
```

See [Endpoints](../../getting-started/endpoints) for all location URLs.

## Quick Start

```bash theme={null}
curl ash.node.vali.wtf -X POST \
  -H "Content-Type: application/json" \
  -d '{"jsonrpc":"2.0","id":1,"method":"getSlot"}'
```

## WebSocket

Standard Solana WebSocket interface — see [WebSocket Subscriptions](websockets.md).

## Next Steps

* [WebSocket Subscriptions](websockets.md)
* [Landing Endpoint](../landing/) — direct TPU forwarding for maximum landing rates
