Returns a list of bigmap keys at the specific block.
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.
Level of the block at which you want to get bigmap keys
Internal Id, can be used for pagination
Bigmap key status (true
- active, false
- removed)
Key hash
Key in JSON or Micheline format, depending on the micheline
query parameter.
Value in JSON or Micheline format, depending on the micheline
query parameter.
Note, if the key is inactive (removed) it will contain the last non-null value.
Returns the specified bigmap key at the specific block.
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.
Level of the block at which you want to get bigmap key
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
Bigmap key status (true
- active, false
- removed)
Key hash
Key in JSON or Micheline format, depending on the micheline
query parameter.
Value in JSON or Micheline format, depending on the micheline
query parameter.
Note, if the key is inactive (removed) it will contain the last non-null value.