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

limit integer

max number of events to fetch

offset integer

index of first event to fetch

unanchored boolean

whether or not to include events from unconfirmed transactions

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[]