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

# Tempo methods

> Complete reference of supported Tempo JSON-RPC methods on Chainstack nodes, including eth, debug, and trace namespace method availability details.

See also [interactive Tempo API call examples](/reference/tempo-getting-started).

| Method                                   | Availability                                  | Comment                 |
| ---------------------------------------- | --------------------------------------------- | ----------------------- |
| eth\_accounts                            | <Icon icon="square-check" iconType="solid" /> |                         |
| eth\_blobBaseFee                         | <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\_createAccessList                    | <Icon icon="square-check" iconType="solid" /> |                         |
| eth\_estimateGas                         | <Icon icon="square-check" iconType="solid" /> |                         |
| eth\_feeHistory                          | <Icon icon="square-check" iconType="solid" /> |                         |
| eth\_gasPrice                            | <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="square-check" 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\_getUncleCountByBlockNumber          | <Icon icon="square-check" iconType="solid" /> |                         |
| eth\_maxPriorityFeePerGas                | <Icon icon="square-check" iconType="solid" /> |                         |
| eth\_newBlockFilter                      | <Icon icon="square-check" iconType="solid" /> |                         |
| eth\_newFilter                           | <Icon icon="square-check" iconType="solid" /> |                         |
| eth\_newPendingTransactionFilter         | <Icon icon="square-check" iconType="solid" /> |                         |
| eth\_protocolVersion                     | <Icon icon="square-check" iconType="solid" /> |                         |
| eth\_sendRawTransaction                  | <Icon icon="square-check" iconType="solid" /> |                         |
| eth\_sendRawTransactionSync              | <Icon icon="square-check" iconType="solid" /> | Tempo-specific          |
| eth\_syncing                             | <Icon icon="square-check" iconType="solid" /> |                         |
| eth\_uninstallFilter                     | <Icon icon="square-check" iconType="solid" /> |                         |
| debug\_getBadBlocks                      | <Icon icon="square-check" iconType="solid" /> |                         |
| debug\_getRawBlock                       | <Icon icon="square-check" iconType="solid" /> |                         |
| debug\_getRawHeader                      | <Icon icon="square-check" iconType="solid" /> |                         |
| debug\_getRawReceipts                    | <Icon icon="square-check" iconType="solid" /> |                         |
| debug\_getRawTransaction                 | <Icon icon="square-check" iconType="solid" /> |                         |
| debug\_traceBlockByHash                  | <Icon icon="square-check" iconType="solid" /> |                         |
| debug\_traceBlockByNumber                | <Icon icon="square-check" iconType="solid" /> |                         |
| debug\_traceCall                         | <Icon icon="square-check" iconType="solid" /> |                         |
| debug\_traceCallMany                     | <Icon icon="square-check" iconType="solid" /> |                         |
| debug\_traceTransaction                  | <Icon icon="square-check" iconType="solid" /> |                         |
| trace\_block                             | <Icon icon="square-check" iconType="solid" /> |                         |
| trace\_call                              | <Icon icon="square-check" iconType="solid" /> |                         |
| trace\_callMany                          | <Icon icon="square-check" iconType="solid" /> |                         |
| trace\_filter                            | <Icon icon="square-check" iconType="solid" /> |                         |
| trace\_get                               | <Icon icon="square-check" iconType="solid" /> |                         |
| trace\_rawTransaction                    | <Icon icon="square-check" iconType="solid" /> |                         |
| trace\_replayBlockTransactions           | <Icon icon="square-check" iconType="solid" /> |                         |
| trace\_replayTransaction                 | <Icon icon="square-check" iconType="solid" /> |                         |
| trace\_transaction                       | <Icon icon="square-check" iconType="solid" /> |                         |
| txpool\_content                          | <Icon icon="square-check" iconType="solid" /> | Dedicated only          |
| txpool\_status                           | <Icon icon="square-check" iconType="solid" /> | Dedicated only          |
| net\_listening                           | <Icon icon="square-check" iconType="solid" /> |                         |
| net\_peerCount                           | <Icon icon="square-check" 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" /> |                         |
| tempo\_fundAddress                       | <Icon icon="xmark" iconType="solid" />        | Testnet public RPC only |
