Storage range

Retrieve storage range

post

of the account with given address

Body
addressstringOptional

address of account

Example: 0xa4627036e2095eb71c2341054daa63577c062498
keyStartstringOptionalExample: 0x0000000000000000000000000000000000000000000000000000000000000000
maxResultnumberOptionalExample: 10
targetstringOptionalExample: 0x000edefb448685f9c72fc2b946980ef51d8d208bbaa4d3fdcf0c57d4847aca2e/0/0
Responses
200
OK
application/json
post
POST /debug/storage-range HTTP/1.1
Host: meter.nownodes.io
Content-Type: application/json
Accept: */*
Content-Length: 233

{
  "address": "0xa4627036e2095eb71c2341054daa63577c062498",
  "keyStart": "0x0000000000000000000000000000000000000000000000000000000000000000",
  "maxResult": 10,
  "target": "0x000edefb448685f9c72fc2b946980ef51d8d208bbaa4d3fdcf0c57d4847aca2e/0/0"
}
200

OK

{
  "nextKey": null,
  "storage": {
    "0x33e423980c9b37d048bd5fadbd4a2aeb95146922045405accc2f468d0ef96988": {
      "key": "0x0000000000000000000000000000000000000000000000000000000000000001",
      "value": "0x00000000000000000000000000000000000000000000000000000000000000c8"
    }
  }
}