get https://api.nftport.xyz/v0/solana/transactions/nft/
Returns all on-chain transactions for the specified NFT token. Can be set to include
transactions such as transfer
, burn
, mint
, bid
, list
and sale
or all
which includes all transactions.
Useful for:
- Tracking all transactions of an NFT token.
- Building analytics and monitoring solutions.
Related:
- For a quick start, see the List of sample addresses and collection IDs to copy.
- To query transactions from a collection, see Retrieve Solana transactions by collection.
- To query transactions from an account, see Retrieve Solana transactions by account.