Storage
Returns contract storage value in JSON format.
Path parameters
addressstringRequired
Contract address
Query parameters
levelinteger · int32OptionalDefault:
Level at which storage value should be taken. If 0
or not specified, the current value will be returned.
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
200Success