eth_getStorageAt
Returns the value from a storage position at a given address.
Path parameters
apiKey
Request
This endpoint expects an object.
Address
The address of the contract to read storage from.
Storage slot
The index position of the storage slot to retrieve, as a hexadecimal string.
Block
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.