Raw

Get raw contract storage

get

Returns raw contract storage value in micheline format.

Path parameters
addressstringRequired

Contract address

Query parameters
levelinteger · int32Optional

Level at which storage value should be taken. If 0 or not specified, the current value will be returned.

Default: 0
Responses
200Success
application/json
get
GET /v1/contracts/{address}/storage/raw HTTP/1.1
Host: xtz-index.nownodes.io
Accept: */*
200Success
{
  "type": 0
}