# Solana/Eclipse RU table(JSON/gRPC)

<table><thead><tr><th width="421">Request Method</th><th>RU Price</th></tr></thead><tbody><tr><td>Default</td><td>65</td></tr><tr><td>getlargestaccounts</td><td>260</td></tr><tr><td>getsupply</td><td>260</td></tr></tbody></table>

<table><thead><tr><th width="421">gRPC Method</th><th>RU Price</th></tr></thead><tbody><tr><td>/geyser.geyser/getblockheight</td><td>50</td></tr><tr><td>/geyser.geyser/getlatestblockhash</td><td>50</td></tr><tr><td>/geyser.geyser/getslot</td><td>50</td></tr><tr><td>/geyser.geyser/getversion</td><td>50</td></tr><tr><td>/geyser.geyser/isblockhashvalid</td><td>50</td></tr><tr><td>/geyser.geyser/ping</td><td>50</td></tr></tbody></table>

**/geyser.geyser/subscribe** is charged based on the data size. The rate is as default as 5 RUs per 250 byte.

{% hint style="info" %}
When a single method exceeds a certain traffic threshold, we will charge additional RUs based on the excess traffic. The specific method is as follows: when the data volume exceeds 1 MB, it will be calculated by increasing the RU consumption by **100% for every additional 1 MB**.
{% endhint %}


---

# 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.blockpi.io/pricing/request-unit-ru/solana-eclipse-ru-table.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.
