Non-Fungible Token history
Retrieves all events relevant to a Non-Fungible Token. Useful to determine the ownership history of a particular asset.
More information on Non-Fungible Tokens on the Stacks blockchain can be found here.
| Query Parameters | 
|---|
| asset_identifierstring —  REQUIREDtoken asset class identifier | 
| valuestring —  REQUIREDhex representation of the token's unique value | 
| limitintegermax number of events to fetch | 
| offsetintegerindex of first event to fetch | 
| unanchoredbooleanwhether or not to include events from unconfirmed transactions | 
| tx_metadatabooleanwhether or not to include the complete transaction metadata instead of just  | 
| Responses | |||||
|---|---|---|---|---|---|
| 200Non-Fungible Token event history 
 |