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_identifier string — REQUIREDtoken asset class identifier Example: SP2X0TZ59D5SZ8ACQ6YMCHHNR2ZN51Z32E2CJ173.the-explorer-guild::The-Explorer-Guild |
value string — REQUIREDhex representation of the token's unique value Example: 0x0100000000000000000000000000000803 |
limit integermax number of events to fetch |
offset integerindex of first event to fetch Example: 42000 |
unanchored booleanwhether or not to include events from unconfirmed transactions Example: true |
tx_metadata booleanwhether or not to include the complete transaction metadata instead of just |
Responses | |||||
---|---|---|---|---|---|
200 Non-Fungible Token event history
|