Skip to main content

/extended/v1/tokens/nft/mints REST API Endpoint

Non-Fungible Token mints.

Updated on
Oct 4, 2023

/extended/v1/tokens/nft/mints REST API Endpoint

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..

Returns

object
List of Non-Fungible Token mint events for an asset identifier
limit
integer
The number of mints event to return
offset
integer
The number to mints event to skip (starting at 0)
total
integer
The number of mints event available
results
array
recipient
string
event_index
integer
value
object
hex
string
repr
object
tx_id
object
Request
1
curl -X 'GET' \
2
'https://docs-demo.stacks-mainnet.quiknode.pro/extended/v1/tokens/nft/mints?asset_identifier=SP2X0TZ59D5SZ8ACQ6YMCHHNR2ZN51Z32E2CJ173.the-explorer-guild::The-Explorer-Guild&value=0x0100000000000000000000000000000803' \
3
-H 'Content-Type: application/json'
Don't have an account yet?
Create your QuickNode endpoint in seconds and start building
Get started for free