Skip to main content

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

Non-Fungible Token history.

Updated on
Oct 4, 2023

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

Query Parameters

asset_identifier
string
REQUIRED
token asset class identifier.
value
string
REQUIRED
hex representation of the token's unique value.
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
array
List of Non-Fungible Token history events
limit
integer
The number of events to return
offset
integer
The number to events to skip (starting at 0)
total
integer
The number of events available
results
array
An array of Non-Fungible Token history event objects.
sender
string
The address of the sender of the event.
recipient
string
The address of the recipient of the event.
event_index
integer
The index of the event.
asset_event_type
string
The type of the asset event.
tx_id
string
The transaction ID associated with the event.
Request
1
curl -X 'GET' \
2
'https://docs-demo.stacks-mainnet.quiknode.pro/extended/v1/tokens/nft/history?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