Storage

Get contract storage

get

Returns contract storage value in JSON 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
pathstring | nullableOptional

Path in the JSON value (point-separated list of field names, e.g. path=settings.refund_time to return

Responses
application/octet-stream
string · binaryOptional
get
GET /v1/contracts/{address}/storage HTTP/1.1
Host: xtz-index.nownodes.io
Accept: */*
200Success
binary