BigMaps

Get historical key

Returns the specified bigmap key at the specific block.

get/v1/bigmaps/{id}/historical_keys/{level}/{key}

Path parameters

idinteger required

Bigmap Id

levelinteger required

Level of the block at which you want to get bigmap key

keystring required

Either a key hash (expr123...) or a plain value (foo...). Even if the key is complex (an object or an array), you can specify it as is, for example, /keys/{"address":"tz123","nat":"123"}.

Query parameters

micheline'Json' | 'JsonString' | 'Raw' | 'RawString'

Format of the bigmap key and value: 0 - JSON, 1 - JSON string, 2 - Micheline, 3 - Micheline string

Response

idinteger

Internal Id, can be used for pagination

activeboolean

Bigmap key status (true - active, false - removed)

hashstring required

Key hash

{"stackTrail":"components:schemas:BigMapKeyHistorical:properties:key","oasType":"schema","type":"unknown","description":"Key in JSON or Micheline format, depending on the `micheline` query parameter."}
{"stackTrail":"components:schemas:BigMapKeyHistorical:properties:value","oasType":"schema","type":"unknown","description":"Value in JSON or Micheline format, depending on the `micheline` query parameter.\nNote, if the key is inactive (removed) it will contain the last non-null value."}

Changes

No recorded changes to this endpoint across all 1 revision of this API.