Contracts
Get contract bigmaps
Returns all active bigmaps allocated in the contract storage.
get/v1/contracts/{address}/bigmaps
Path parameters
addressstring required
Contract address
Query parameters
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
limitinteger
Maximum number of items to return
micheline'Json' | 'JsonString' | 'Raw' | 'RawString'
Format of the bigmap key and value: 0 - JSON, 1 - JSON string, 2 - Micheline, 3 - Micheline string
Response
Changes
No recorded changes to this endpoint across all 1 revision of this API.