Get non-fungible token history
Retrieves the history of a non-fungible token.
GET
/extended/v1/tokens/nft/history
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
Requiredstring
token asset class identifier
Example:"SP2X0TZ59D5SZ8ACQ6YMCHHNR2ZN51Z32E2CJ173.the-explorer-guild::The-Explorer-Guild"
value
Requiredstring
hex representation of the token's unique value
Example:"0x0100000000000000000000000000000803"
limit
integer
max number of events to fetch
Default:50
offset
integer
index of first event to fetch
Example:42000
Default: 0
unanchored
boolean
whether or not to include events from unconfirmed transactions
Example:true
Default: false
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.
false
Status code | Description |
---|---|
200 | Non-Fungible Token event history |
List of Non-Fungible Token history events