Get non-fungible token mints
Retrieves a list of non-fungible token mints for a given asset identifier.
GET
/extended/v1/tokens/nft/mints
Retrieves all mint events for a non-fungible token asset class. This is useful to determine which NFTs of a particular collection have been claimed.
More information on non-fungible tokens on the Stacks blockchain can be found here.
Query parameters
asset_identifier
Requiredstring
Token asset class identifier
Example:"SP2X0TZ59D5SZ8ACQ6YMCHHNR2ZN51Z32E2CJ173.the-explorer-guild::The-Explorer-Guild"
limit
integer
Max number of events to fetch
Default:50
offset
integer
Index of first event to fetch
Example:42000
Default: 0
unanchored
boolean
Whether or not to include events from unconfirmed transactions
Example:true
Default: false
tx_metadata
boolean
Whether or not to include the complete transaction metadata instead of just tx_id
. Enabling this option can affect performance and response times.
false
Status code | Description |
---|---|
200 | Non-Fungible Token mints |
List of non-fungible token mint events for an asset identifier