Updates
Get bigmap key updates
Returns updates history for the specified bigmap key.
Contract address
Bigmap name is the last piece of the bigmap storage path.
For example, if the storage path is ledger
or assets.ledger
, then the name is ledger
.
If there are multiple bigmaps with the same name, for example assets.ledger
and tokens.ledger
, you can specify the full path.
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.