Get NFT Transactions

Get an NFT's transaction history.

This method will use 20 Compute Units.


Get an nfts transction history

get

Returns a list of transactions for a given non-fungible token

Path parameters
tokenIdstring | nullableRequired

Network entity ID in the format of shard.realm.num

Example: 0.1.2Pattern: ^\d{1,10}\.\d{1,10}\.\d{1,10}$
serialNumberinteger · int64 · min: 1 · max: 9223372036854776000Required

The nft serial number

Default: 1Example: 1
Query parameters
limitinteger · int32 · min: 1 · max: 100Optional

The maximum number of items to return

Default: 25Example: 2
orderundefined · enumOptional

The order in which items are listed

Default: descExample: ascPossible values:
timestampstring[]Optional

The consensus timestamp in seconds.nanoseconds format with an optional comparison operator

Example: {"summary":"--","value":""}
Responses
200

OK

application/json
get
/api/v1/tokens/{tokenId}/nfts/{serialNumber}/transactions

Last updated

Was this helpful?