> For the complete documentation index, see [llms.txt](https://docs.blockpi.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.blockpi.io/pricing/request-unit-ru/sui-ru-table.md).

# SUI RU table (JSON/gRPC)

<table><thead><tr><th width="421">Request Method</th><th>RU Price</th></tr></thead><tbody><tr><td>suix_getAllBalances</td><td>30</td></tr><tr><td>suix_getTotalSupply</td><td>20</td></tr><tr><td>suix_resolveNameServiceAddress</td><td>20</td></tr><tr><td>suix_getReferenceGasPrice</td><td>25</td></tr><tr><td>sui_getChainIdentifier</td><td>25</td></tr><tr><td>suix_queryEvents</td><td>30</td></tr><tr><td>suix_resolveNameServiceNames</td><td>30</td></tr><tr><td>sui_getMoveFunctionArgTypes</td><td>30</td></tr><tr><td>sui_getLatestCheckpointSequenceNumber</td><td>30</td></tr><tr><td>sui_getLoadedChildObjects</td><td>30</td></tr><tr><td>sui_getTotalTransactionBlocks</td><td>30</td></tr><tr><td>suix_getBalance</td><td>40</td></tr><tr><td>suix_getCoinMetadata</td><td>40</td></tr><tr><td>suix_getCoins</td><td>40</td></tr><tr><td>suix_queryTransactionBlocks</td><td>40</td></tr><tr><td>sui_getNormalizedMoveFunction</td><td>40</td></tr><tr><td>sui_getNormalizedMoveStruct</td><td>40</td></tr><tr><td>suix_getDynamicFieldObject</td><td>50</td></tr><tr><td>suix_getStakes</td><td>50</td></tr><tr><td>suix_getStakesByIds</td><td>50</td></tr><tr><td>sui_getCheckpoint</td><td>50</td></tr><tr><td>sui_getObject</td><td>50</td></tr><tr><td>sui_multiGetObjects</td><td>50</td></tr><tr><td>sui_tryGetPastObject</td><td>50</td></tr><tr><td>sui_getEvents</td><td>70</td></tr><tr><td>suix_getDynamicFields</td><td>75</td></tr><tr><td>suix_getOwnedObjects</td><td>75</td></tr><tr><td>sui_tryMultiGetPastObjects</td><td>80</td></tr><tr><td>sui_devInspectTransactionBlock</td><td>80</td></tr><tr><td>suix_getAllCoins</td><td>100</td></tr><tr><td>sui_getNormalizedMoveModule</td><td>150</td></tr><tr><td>sui_dryRunTransactionBlock</td><td>150</td></tr><tr><td>sui_executeTransactionBlock</td><td>150</td></tr><tr><td>sui_getCheckpoints</td><td>200</td></tr><tr><td>sui_getTransactionBlock</td><td>250</td></tr><tr><td>sui_multiGetTransactionBlocks</td><td>300</td></tr><tr><td>suix_getValidatorsApy</td><td>400</td></tr><tr><td>sui_getProtocolConfig</td><td>500</td></tr><tr><td>suix_getCommitteeInfo</td><td>600</td></tr><tr><td>suix_getLatestSuiSystemState</td><td>2000</td></tr><tr><td>sui_getNormalizedMoveModulesByPackage</td><td>2000</td></tr></tbody></table>

<table><thead><tr><th width="420">gRPC Method</th><th>RU Price</th></tr></thead><tbody><tr><td>All methods </td><td>50</td></tr></tbody></table>

{% hint style="info" %}
The traffic for Sui's archival service is relatively expensive, so we designed a billing model similar to eth\_getLogs. The base price for each gRPC method is 50, but if the data volume exceeds 100KB,it will be calculated by increasing the RU consumption by **100% for every additional 100 KB**.
{% endhint %}

{% hint style="info" %}
**SubscribeCheckpoints** is charged based on the data size. The rate is as default as 5 RUs per 250 byte.
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.blockpi.io/pricing/request-unit-ru/sui-ru-table.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
