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"}
.
Sorts bigmap updates by specified field. Supported fields: id
(default).
Specifies which or how many items should be skipped
Maximum number of items to return
100
Format of the key value: 0
- JSON, 1
- JSON string, 2
- Micheline, 3
- Micheline string
Json