Returns a list of all bigmap keys.
Internal TzKT id.
[sortable]
Bigmap ptr.
Key status (true
- active, false
- removed).
Key hash.
Key in JSON or Micheline format, depending on the micheline
query parameter.
[sortable]
Value in JSON or Micheline format, depending on the micheline
query parameter.
Note, if the key is inactive (removed) this field will contain the last non-null value.
[sortable]
Level of the block where the key was first seen.
[sortable]
Timestamp of the block where the key was first seen.
Level of the block where the key was last seen.
[sortable]
Timestamp of the block where the key was last seen.
Total number of actions with the key.
[sortable]
Returns a list of bigmap keys.
Bigmap Id
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.
Level of the block where the bigmap key was seen first time
Level of the block where the bigmap key was seen last time
Total number of actions with the bigmap key
Returns the specified bigmap key.
Bigmap Id
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.
Level of the block where the bigmap key was seen first time
Level of the block where the bigmap key was seen last time
Total number of actions with the bigmap key