eth_getStorageAt
Currently only works on the latest block.
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. Please note only the 'latest'
block option is supported.
Response
The value stored at the given storage slot, encoded as a hexadecimal string.