Get non-fungible token mints
Retrieves a list of non-fungible token mints for a given asset identifier.
GET
/extended/v1/tokens/nft/mints
Non-Fungible Token mints
Retrieves all mint events for a Non-Fungible Token asset class. 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