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
api-key
string
requiredBody
application/json
id
integer
default: 1requiredjsonrpc
string
default: 2.0requiredmethod
string
default: eth_getStorageAtrequiredparams
any[]
requiredResponse
200 - application/json
id
integer
requiredjsonrpc
string
requiredresult
string
required