Skip to main content
POST
debug_storageRangeAt
Robinhood Chain API method that returns a range of storage slots for a contract at a given block and transaction index. It requires an archive node because it reads historical contract storage.

Parameters

  • blockHash — the block hash
  • txIndex — the transaction index within the block
  • address — the contract address
  • startKey — the storage key to start from
  • maxResult — the maximum number of storage entries to return

Response

  • storage — the map of storage entries in the requested range
  • nextKey — the next storage key, or null if the range is complete

debug_storageRangeAt code examples

Body

application/json
id
integer
default:1
jsonrpc
string
default:2.0
method
string
default:debug_storageRangeAt
params
string[]

Response

200 - application/json

debug_storageRangeAt

jsonrpc
string
id
integer
result
object | null
Last modified on July 18, 2026