eth_getStorageAt

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

Path parameters

apiKeystringRequired

Request

This endpoint expects an object.
AddressstringRequiredformat: "^0x[0-9a-fA-F]{40}$"
The address of the contract to read storage from.
Storage slotstringRequiredformat: "^0x([1-9a-f]+[0-9a-f]{0,31})|0$"
The index position of the storage slot to retrieve, as a hexadecimal string.
Blockstring or enumRequired
The block number, tag, or hash at which to retrieve the storage value.

Response

The value stored at the given storage slot, encoded as a hexadecimal string.