mallow docs

Edition state

GET
/v2/editions/{mint}

Authorization

ApiKeyAuth
x-api-key<token>

In: header

Path Parameters

mint*string

Mint address of the artwork (base58).

Length1 <= length

Response Body

application/json

application/json

application/json

application/json

curl -X GET "https://example.com/v2/editions/string"
{  "result": {    "tokenStandard": null,    "isPrintableMasterEdition": true,    "supplyInfo": {      "supply": 0,      "maxSupply": 0    },    "parentEdition": "string",    "editionNumber": 0  }}