Storage

Retrieve account storage value

get

for given key.

Path parameters
addressstring · bytes20Required

address of account

Example: 0x5034aa590125b64023a0262112b98d72e3c8e40e
keystringRequired

the key(position) to access account storage

Example: 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"
}