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

# Robinhood Chain methods

> Complete reference of Robinhood Chain JSON-RPC methods supported on Chainstack, with per-method availability for the eth, debug, net, web3, and arb namespaces. Live-tested against Chainstack Robinhood Chain nodes.

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

See also [interactive Robinhood Chain API call examples](/reference/robinhood-getting-started).

Robinhood Chain runs the Arbitrum Nitro client. The availability below is verified against Chainstack Robinhood Chain nodes. All standard Geth `debug_*` tracers — `callTracer`, `flatCallTracer`, `prestateTracer`, `4byteTracer`, and the struct/opcode logger — are supported on `debug_traceTransaction`, `debug_traceBlockByNumber`, `debug_traceBlockByHash`, and `debug_traceCall`. The Parity-style `arbtrace_*` and `trace_*` namespaces are not exposed — use the `debug_*` tracers instead.

| Method                                      | Availability                                  | Comment                                                       |
| ------------------------------------------- | --------------------------------------------- | ------------------------------------------------------------- |
| arb\_getRawBlockMetadata                    | <Icon icon="square-check" iconType="solid" /> |                                                               |
| arbtrace\_block                             | <Icon icon="xmark" iconType="solid" />        | Parity-style trace not exposed; use debug\_\* tracers         |
| arbtrace\_call                              | <Icon icon="xmark" iconType="solid" />        |                                                               |
| arbtrace\_callMany                          | <Icon icon="xmark" iconType="solid" />        |                                                               |
| arbtrace\_filter                            | <Icon icon="xmark" iconType="solid" />        |                                                               |
| arbtrace\_get                               | <Icon icon="xmark" iconType="solid" />        |                                                               |
| arbtrace\_replayBlockTransactions           | <Icon icon="xmark" iconType="solid" />        |                                                               |
| arbtrace\_replayTransaction                 | <Icon icon="xmark" iconType="solid" />        |                                                               |
| arbtrace\_transaction                       | <Icon icon="xmark" iconType="solid" />        |                                                               |
| debug\_accountRange                         | <Icon icon="square-check" iconType="solid" /> |                                                               |
| debug\_chaindbProperty                      | <Icon icon="square-check" iconType="solid" /> |                                                               |
| debug\_dumpBlock                            | <Icon icon="square-check" iconType="solid" /> |                                                               |
| debug\_getAccessibleState                   | <Icon icon="square-check" iconType="solid" /> |                                                               |
| debug\_getBadBlocks                         | <Icon icon="square-check" iconType="solid" /> |                                                               |
| debug\_getModifiedAccountsByHash            | <Icon icon="square-check" iconType="solid" /> |                                                               |
| debug\_getModifiedAccountsByNumber          | <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\_intermediateRoots                    | <Icon icon="square-check" iconType="solid" /> |                                                               |
| debug\_preimage                             | <Icon icon="square-check" iconType="solid" /> |                                                               |
| debug\_printBlock                           | <Icon icon="square-check" iconType="solid" /> |                                                               |
| debug\_storageRangeAt                       | <Icon icon="square-check" iconType="solid" /> |                                                               |
| debug\_traceBadBlock                        | <Icon icon="square-check" iconType="solid" /> |                                                               |
| debug\_traceBadBlock                        | <Icon icon="xmark" 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\_traceTransaction                     | <Icon icon="square-check" iconType="solid" /> |                                                               |
| 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\_getAccount                             | <Icon icon="xmark" iconType="solid" />        | use eth\_getBalance / eth\_getCode / eth\_getTransactionCount |
| 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\_getHeaderByHash                        | <Icon icon="square-check" iconType="solid" /> |                                                               |
| eth\_getHeaderByNumber                      | <Icon icon="square-check" iconType="solid" /> |                                                               |
| eth\_getLogs                                | <Icon icon="square-check" iconType="solid" /> |                                                               |
| eth\_getProof                               | <Icon icon="square-check" iconType="solid" /> |                                                               |
| eth\_getRawTransactionByBlockHashAndIndex   | <Icon icon="square-check" iconType="solid" /> |                                                               |
| eth\_getRawTransactionByBlockNumberAndIndex | <Icon icon="square-check" iconType="solid" /> |                                                               |
| eth\_getRawTransactionByHash                | <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\_getTransactionBySenderAndNonce         | <Icon icon="xmark" iconType="solid" />        |                                                               |
| eth\_getTransactionCount                    | <Icon icon="square-check" iconType="solid" /> |                                                               |
| eth\_getTransactionReceipt                  | <Icon icon="square-check" iconType="solid" /> |                                                               |
| eth\_getUncleByBlockHashAndIndex            | <Icon icon="square-check" iconType="solid" /> |                                                               |
| eth\_getUncleByBlockNumberAndIndex          | <Icon icon="square-check" iconType="solid" /> |                                                               |
| eth\_getUncleCountByBlockHash               | <Icon icon="square-check" iconType="solid" /> |                                                               |
| eth\_getUncleCountByBlockNumber             | <Icon icon="square-check" iconType="solid" /> |                                                               |
| eth\_hashrate                               | <Icon icon="xmark" 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="xmark" iconType="solid" />        |                                                               |
| eth\_sendRawTransaction                     | <Icon icon="square-check" iconType="solid" /> |                                                               |
| eth\_sendRawTransactionSync                 | <Icon icon="square-check" iconType="solid" /> |                                                               |
| eth\_simulateV1                             | <Icon icon="square-check" iconType="solid" /> |                                                               |
| eth\_syncing                                | <Icon icon="square-check" iconType="solid" /> |                                                               |
| eth\_uninstallFilter                        | <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" /> |                                                               |
| txpool\_content                             | <Icon icon="xmark" iconType="solid" />        |                                                               |
| txpool\_inspect                             | <Icon icon="xmark" iconType="solid" />        |                                                               |
| txpool\_status                              | <Icon icon="xmark" iconType="solid" />        |                                                               |
| web3\_clientVersion                         | <Icon icon="square-check" iconType="solid" /> |                                                               |
| web3\_sha3                                  | <Icon icon="square-check" iconType="solid" /> |                                                               |
