Get an nfts transction history
Tokens
Get an nfts transction history
Returns a list of transactions for a given non-fungible token
GET
Get an nfts transction history
Documentation Index
Fetch the complete documentation index at: https://hedera-0c6e0218-add-traceability-callout.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Path Parameters
Token id
Network entity ID in the format of shard.realm.num
Pattern:
^\d{1,10}\.\d{1,10}\.\d{1,10}$Example:
"0.0.2"
The nft serial number
Required range:
1 <= x <= 9223372036854776000Query Parameters
The maximum number of items to return
Required range:
1 <= x <= 100The order in which items are listed
Available options:
asc, desc The consensus timestamp as a Unix timestamp in seconds.nanoseconds format with an optional comparison operator. See unixtimestamp.com for a simple way to convert a date to the 'seconds' part of the Unix time.
Pattern:
^((eq|gt|gte|lt|lte|ne):)?\d{1,10}(.\d{1,9})?$