get https://api.nftport.xyz/v0/solana/transactions/accounts/
Returns all on-chain transactions for the specified account (i.e. wallet) address. Can be set to include
transactions such as transfer
, mint
, burn
, sale
, bid
, list
or all
which includes all transactions.
Useful for:
- Tracking all transactions made by an account.
- 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 for an NFT, see Retrieve Solana transactions by NFT.