eth_getStorageAt
Returns the value from a storage position at a given address. This method uses 80 credits from your daily balance.
Binance Smart Chain archive support
- Mainnet: Near head requests (latest 128 blocks) and archive requests are supported.
- Testnet: Only near head requests are supported; archive requests are not available.
Parameters
address: [Required] A string representing the address (20 bytes) of the storage.storage position: [Required] A hexadecimal code of the position in the storage.block parameter: [Required] A hexadecimal block number, or one of the string tagslatest,earliest,pending,safe, orfinalized. See the default block parameter.
Returns
storage value: A hexadecimal equivalent of the integer indicating the value of the storage position at the provided address.
Example
Replace <YOUR-API-KEY> with an API key from your MetaMask Developer dashboard.