Theme

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

NameRequiredDescription
mintAddressThe mint address of the master edition NFT.
cursorCursor for pagination.
pagePage number for pagination.
limitMaximum number of editions to return.
beforeReturn editions before this cursor.
afterReturn 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)

Playground

Previous
Get Assets By Owner