Returns all active bigmaps allocated in the contract storage.
Contract address
Filters bigmaps tags (metadata
, token_metadata
, ledger
).
Specify comma-separated list of fields to include into response or leave it undefined to return full object.
If you select single field, response will be an array of values in both .fields
and .values
modes.
Sorts bigmaps by specified field. Supported fields: id
(default), firstLevel
, lastLevel
, totalKeys
, activeKeys
, updates
.
Specifies which or how many items should be skipped
Maximum number of items to return
100
Format of the bigmap key and value: 0
- JSON, 1
- JSON string, 2
- Micheline, 3
- Micheline string
Json
Returns contract bigmap with the specified name or storage path.
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.
Format of the bigmap key and value: 0
- JSON, 1
- JSON string, 2
- Micheline, 3
- Micheline string
Json