Keys
Get bigmap keys
Returns keys of a contract bigmap with the specified name.
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.
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
Get bigmap key
Returns 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"}
.
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