get https://api.nftport.xyz/v0/solana/transactions
Returns all on-chain transactions for the whole chain. Can be set to include
transactions such as transfer
, mint
, burn
, sale
, bid
, list
or all
which includes all transactions.
In this endpoint, non-Enterprise users can only retrieve transactions from the past 90 days. Access to full history is available on the Enterprise tier.
Useful for:
- Tracking all transactions on a chain.
- Building analytics and monitoring solutions.
Related:
- To query transactions from a collection, see Retrieve Solana transactions by collection.
- To query transactions for an NFT, see Retrieve Solana transactions by NFT.