Methods & Playground
Get NFT Editions
Returns all printable editions for a master edition NFT mint—including edition numbers, addresses, and supply information. You can also pass an edition address to retrieve the corresponding master edition and its sibling editions.
Parameters
| Name | Required | Description | 
|---|---|---|
| mintAddress | ✅ | The mint address of the master edition NFT. | 
| cursor | Cursor for pagination. | |
| page | Page number for pagination. | |
| limit | Maximum number of editions to return. | |
| before | Return editions before this cursor. | |
| after | Return editions after this cursor. | 
Response
The response includes:
- editions- Array of edition objects containing:- edition_address- The address of the edition account
- edition_number- The edition number (1, 2, 3, etc.)
- mint_address- The mint address of the edition
 
- master_edition_address- Address of the master edition account
- supply- Current number of editions minted
- max_supply- Maximum number of editions that can be minted (null for unlimited)