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

# Oasis Sapphire methods

> Complete reference of supported Oasis Sapphire JSON-RPC methods on Chainstack, including confidential compute and standard EVM namespace calls.

Our pricing is simple: 1 RU per full request, 2 RUs per archive. For which EVM methods are full vs archive, see [Request units — EVM methods affected by block age](/docs/request-units#evm-methods-affected-by-block-age).

| Method                                   | Availability                                  | Comment |
| ---------------------------------------- | --------------------------------------------- | ------- |
| eth\_accounts                            | <Icon icon="square-check" iconType="solid" /> |         |
| eth\_blockNumber                         | <Icon icon="square-check" iconType="solid" /> |         |
| eth\_call                                | <Icon icon="square-check" iconType="solid" /> |         |
| eth\_chainId                             | <Icon icon="square-check" iconType="solid" /> |         |
| eth\_estimateGas                         | <Icon icon="square-check" iconType="solid" /> |         |
| eth\_feeHistory                          | <Icon icon="xmark" iconType="solid" />        |         |
| eth\_gasPrice                            | <Icon icon="square-check" iconType="solid" /> |         |
| eth\_getAccount                          | <Icon icon="square-check" iconType="solid" /> |         |
| eth\_getBalance                          | <Icon icon="square-check" iconType="solid" /> |         |
| eth\_getBlockByHash                      | <Icon icon="square-check" iconType="solid" /> |         |
| eth\_getBlockByNumber                    | <Icon icon="square-check" iconType="solid" /> |         |
| eth\_getBlockReceipts                    | <Icon icon="xmark" iconType="solid" />        |         |
| eth\_getBlockTransactionCountByHash      | <Icon icon="square-check" iconType="solid" /> |         |
| eth\_getBlockTransactionCountByNumber    | <Icon icon="square-check" iconType="solid" /> |         |
| eth\_getCode                             | <Icon icon="square-check" iconType="solid" /> |         |
| eth\_getFilterChanges                    | <Icon icon="square-check" iconType="solid" /> |         |
| eth\_getFilterLogs                       | <Icon icon="square-check" iconType="solid" /> |         |
| eth\_getLogs                             | <Icon icon="square-check" iconType="solid" /> |         |
| eth\_getProof                            | <Icon icon="square-check" iconType="solid" /> |         |
| eth\_getStorageAt                        | <Icon icon="square-check" iconType="solid" /> |         |
| eth\_getTransactionByBlockHashAndIndex   | <Icon icon="square-check" iconType="solid" /> |         |
| eth\_getTransactionByBlockNumberAndIndex | <Icon icon="square-check" iconType="solid" /> |         |
| eth\_getTransactionByHash                | <Icon icon="square-check" iconType="solid" /> |         |
| eth\_getTransactionCount                 | <Icon icon="square-check" iconType="solid" /> |         |
| eth\_getTransactionReceipt               | <Icon icon="square-check" iconType="solid" /> |         |
| eth\_getUncleCountByBlockHash            | <Icon icon="xmark" iconType="solid" />        |         |
| eth\_getUncleCountByBlockNumber          | <Icon icon="xmark" iconType="solid" />        |         |
| eth\_maxPriorityFeePerGas                | <Icon icon="xmark" iconType="solid" />        |         |
| eth\_newBlockFilter                      | <Icon icon="xmark" iconType="solid" />        |         |
| eth\_newFilter                           | <Icon icon="xmark" iconType="solid" />        |         |
| eth\_newPendingTransactionFilter         | <Icon icon="xmark" iconType="solid" />        |         |
| eth\_signTransaction                     | <Icon icon="square-check" iconType="solid" /> |         |
| eth\_subscribe                           | <Icon icon="square-check" iconType="solid" /> |         |
| eth\_syncing                             | <Icon icon="square-check" iconType="solid" /> |         |
| eth\_uninstallFilter                     | <Icon icon="square-check" iconType="solid" /> |         |
| eth\_unsubscribe                         | <Icon icon="square-check" iconType="solid" /> |         |
| eth\_sendRawTransaction                  | <Icon icon="square-check" iconType="solid" /> |         |
| net\_listening                           | <Icon icon="xmark" iconType="solid" />        |         |
| net\_peerCount                           | <Icon icon="xmark" iconType="solid" />        |         |
| net\_version                             | <Icon icon="square-check" iconType="solid" /> |         |
| web3\_clientVersion                      | <Icon icon="square-check" iconType="solid" /> |         |
| web3\_sha3                               | <Icon icon="square-check" iconType="solid" /> |         |
