Skip to main content

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 string REQUIRED

token asset class identifier

Example: SP2X0TZ59D5SZ8ACQ6YMCHHNR2ZN51Z32E2CJ173.the-explorer-guild::The-Explorer-Guild
limit integer

max number of events to fetch

offset integer

index of first event to fetch

Example: 42000
unanchored boolean

whether or not to include events from unconfirmed transactions

Example: true
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.

Responses
200

Non-Fungible Token mints

Schema OPTIONAL
limit integer

Possible values: value ≤ 200

The number of mint events to return

offset integer

The number to mint events to skip (starting at 0)

total integer

The number of mint events available

results object[]