Storage
for given key.
Path parameters
addressstring · bytes20RequiredExample:
address of account
0x5034aa590125b64023a0262112b98d72e3c8e40e
keystringRequiredExample:
the key(position) to access account storage
0x0000000000000000000000000000000000000000000000000000000000000001
Query parameters
revisionstringOptional
can be block number or ID. best block is assumed if omitted.
Responses
200
OK
application/json
get
GET /accounts/{address}/storage/{key} HTTP/1.1
Host: meter.nownodes.io
Accept: */*
200
OK
{
"value": "0x0000000000000000000000000000000000000000000000000000000000000001"
}