Skip to main content

/api/v1/tokens/{tokenId}/nfts/{serialNumber}/transactions REST API Endpoint

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

Updated on
Aug 23, 2024

/api/v1/tokens/{tokenId}/nfts/{serialNumber}/transactions REST API Endpoint

Please note that this method is currently available only on the testnet and will be accessible on the mainnet soon.

Path Parameters

tokenId
string
REQUIRED
The network entity ID in the format of shard.realm.num
serialNumber
integer
REQUIRED
The nft serial number

Query Parameters

limit
integer
The maximum number of items to return
order
string
The order in which items are listed (asc or desc)
timestamp
array
The consensus timestamp as a Unix timestamp in seconds.nanoseconds format with an optional comparison operator

Returns

transactions
array
An array of objects, each representing a transaction on the Hedera network
consensus_timestamp
string
The consensus timestamp when the transaction was processed
is_approval
boolean
A boolean indicating whether the transaction was an approval
nonce
integer
The nonce value for the transaction
receiver_account_id
string
The ID of the account receiving the transfer
sender_account_id
string
The ID of the account sending the transfer
transaction_id
string
The unique identifier of the transaction, combining the account ID and timestamp
type
string
The type of transaction
links
object
An object containing pagination links
next
string
The URL for the next set of results if available
Request
1
curl 'https://docs-demo.hedera-mainnet.quiknode.pro/api/v1/tokens/{tokenId}/nfts/{serialNumber}/transactions'
Don't have an account yet?
Create your QuickNode endpoint in seconds and start building
Get started for free