Skip to main content
POST
eth_getStorageAt
Robinhood Chain API method that returns the value from a storage position at a given address.

Parameters

  • address — the address to get storage from
  • quantity — the position in the storage
  • quantity or tag — the block number in hex format or block tag (latest, earliest, pending, safe, finalized)

Response

  • data — the value at this storage position

eth_getStorageAt code examples

Body

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

The address to get storage from.

Response

200 - application/json

Returns the value from a storage position at a given address.

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