Skip to main content

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

Responses
200

Non-Fungible Token event history

Schema OPTIONAL
limit integer

Possible values: value ≤ 200

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 object[]