EVM RPC API
eth_getStorageAt
Returns the value from a storage position at a given address.
Parameters
DATA
, 20 Bytes - Address of the contract whose storage to retrieveQUANTITY
- Integer of the position in the storageTAG
- Integer block number or one of “earliest”, “latest” or “pending”
Returns
DATA
- The value at this storage position
POST
https://{network}.s.chainbase.online/v1
/
{api-key}
Path Parameters
Body
application/json