Returns a list of bigmap keys at the specific block.
Bigmap Id
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.
Bigmap Id
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.