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