Skip to main content
Version: 0.9.1

Bigmap Update Table

GET /tables/bigmap_updates?args

Lists historic bigmap updates. Use this table to bulk-fetch large quantities of bigmap updates, e.g. to replay or reconstruct bigmap state. A different way to access updates is by using the explorer API endpoints.

FieldDescription
row_id uint64Unique row identifier.
bigmap_id int64Unique on-chain id of the bigmap.
key_id uint64Short hash of the bigmap key.
key_hash stringTezos script expression hash of the key.
key stringHex string with Micheline encoded data for the key.
value stringHex string with Micheline encoded data for the value.
action enumUpdate action, one of update, remove, alloc, copy.
height int64Block height at which the update happened.
time timestampTime of the update.
op_id uint64Unique row id of the operation that contained the update.
op_hash hashHash of the operation that contained the update.