Skip to main content
Version: 0.9.1

Bigmap Value Table

GET /tables/bigmap_values?args

Lists individual bigmap values exist in a bigmap at the time of the call. Use this table to bulk-fetch large quantities of bigmap content. A better way might be to use the explorer API endpoints.

FieldDescription
row_id uint64Unique row identifier.
bigmap_id int64Unique on-chain id of the bigmap.
height int64Height when this key was last updated.
time datetimeTime of the latest key update.
key_id uint64Short hash of the bigmap 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.