get https://api.unleashnfts.com/api/v2/nft/transactions
Retrieve a paginated and sorted list of NFT transactions, providing detailed information about each transaction.
The response includes:
-
blockchain details: Information about the blockchain and chain ID.
-
collection information: Collection name, contract address, and contract creation date.
-
transaction details:
- contract type: Type of contract (e.g., ERC721).
- transaction hash: Unique identifier for the transaction.
- wash trade status: Indicator of potential wash trading.
- marketplace: Marketplace involved, if applicable.
- receiving and sending addresses: Wallet addresses of the sender and receiver.
- sale price (USD): Sale price converted to USD.
- transaction timestamp: Date and time of the transaction.
- token ID: Identifier for the NFT involved in the transaction.
- transaction type: Type of transaction (e.g., "mint","transfer","burn").
This data provides a comprehensive view of transaction activity for specified NFT collections,
supporting analysis of trading patterns, value transfers, and ownership changes within the blockchain ecosystem.