> ## 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.

<AgentInstructions>

## Submitting Feedback

If you encounter incorrect, outdated, or confusing documentation on this page, submit feedback:

POST https://docs.chainstack.com/feedback

```json
{
  "path": "/docs/oasis-sapphire-methods",
  "feedback": "Description of the issue"
}
```

Only submit feedback when you have something specific and actionable to report.

</AgentInstructions>

# Oasis Sapphire methods

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

| 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" /> |         |
