# RPC Services

{% hint style="warning" %}
The free tier is not intended for production use and may be subject to unscheduled downtime, abuse, and rate limit changes without notice. Please use a paid tier for production environments.
{% endhint %}

### Overview

* Access to all [Solana RPC HTTP and WebSocket methods](https://solana.com/docs/rpc) that are current and stable
* Access to the Jito-Solana `simulateBundle` RPC method
* For Historical queries please reference [our api doc here](https://docs.solanavibestation.com/developers/historical/overview)

## Pricing

<table><thead><tr><th>Tier</th><th width="191">Rate Limits</th><th>1 Day</th><th>1 Week</th><th>1 Month</th></tr></thead><tbody><tr><td>Free</td><td>5 r/s<br>1 sendTransaction r/s</td><td>N/A</td><td>N/A</td><td>N/A</td></tr><tr><td>Lite</td><td>40 r/s<br>10 sendTransaction r/s<br>2 GPS r/s</td><td>N/A</td><td>N/A</td><td>$40</td></tr><tr><td>Basic</td><td>100 r/s<br>5 GPA r/s</td><td>$15</td><td>$25</td><td>$75</td></tr><tr><td>Ultra</td><td>250 r/s<br>10 GPA r/s</td><td>$20</td><td>$50</td><td>$150</td></tr><tr><td>Elite</td><td>500 r/s<br>15 GPA r/s</td><td>$25</td><td>$125</td><td>$300</td></tr><tr><td>Epic</td><td>1000 r/s<br>25 GPA r/s</td><td>N/A</td><td>N/A</td><td>$500</td></tr></tbody></table>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.solanavibestation.com/services/solana-node-services/rpc-services.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
