v1

latestOpenAPI 3.0.02026-07-26541677.9 KB
Ethereum API

eth_getStorageAt

Returns the value from a storage position at a given address

post/eth_getStorageAt

Request body

jsonrpcstring required

JSON-RPC version

methodstring required

The method to call

idinteger required

Request identifier

Response

Returns the storage value at the given position

jsonrpcstring
idinteger
resultstring

The value at the storage position

Example response

{
  "jsonrpc": "2.0",
  "id": 1,
  "result": "0x0000000000000000000000000000000000000000000000000000000000000000"
}