eth_getStorageAt

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

Path Params
string
required
Defaults to public
.custom-style { color: #048FF4; }

For higher throughput, please create your own API key.

Body Params
integer
Defaults to 1
string
Defaults to 2.0
string
Defaults to eth_getStorageAt
params
array of strings
length between 3 and 3
Defaults to 0x5fa756c548136ab02222873d50e36dd880246b00,0xb351e706964cf6c5bbbc50e768237740d48f1726460fc202eafd1061c8595453,0x393933
  1. String - 20 Bytes - address of the storage
  2. String - Integer of the slot position in the storage (in hex)
  3. String - Either the hex value of a block number OR a block hash OR One of the following block tags:
  • pending - A sample next block built by the client on top of latest and containing the set of transactions usually taken from local mempool. Intuitively, you can think of these as blocks that have not been mined yet.
  • latest - The most recent block in the canonical chain observed by the client, this block may be re-orged out of the canonical chain even under healthy/normal conditions.
  • earliest - The lowest numbered block the client has available. Intuitively, you can think of this as the first block created.
params
Response

Language
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json