Returns updates history for the specified bigmap key.
Bigmap Id
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"}
.
Internal Id, can be used for pagination
Level of the block where the bigmap key was updated
Timestamp of the block where the bigmap key was updated
Action with the key (add_key
, update_key
, remove_key
)
Value in JSON or Micheline format, depending on the micheline
query parameter.
Note, if the action is remove_key
it will contain the last non-null value.