Contracts
Get bigmap by name
Returns contract bigmap with the specified name or storage path.
get/v1/contracts/{address}/bigmaps/{name}
Path parameters
addressstring required
Contract address
namestring required
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.
Query parameters
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.