Get Storage At
Returns the value from a storage position at a given address.
https://api.atoverse.info/api
?module=proxy
&action=atos_getStorageAt
&address=0xF8208BACca46Ad630a58901808eF3f477816212D
&position=0x0
&apikey=YourApiKeyToken
Request
Query Parameters
Parameter | Description |
---|---|
address | the string representing the address to get value |
position | the hex code of the position in storage, eg 0x0 |
Response
Sample response
{
"code":200,
"msg":"ok",
"data":"0x00000000000000000000000000000000000000000000000000000000000004d2"
}