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.
You can query this API using any one of the following parameters:
- wallet address: Returns all transactions where the wallet is the sender or receiver. Useful for analyzing a user’s transaction history.
- contract address: Returns all transactions for a specific NFT collection.
- token id + contract address: Returns the complete transaction history for a specific NFT asset within the collection.
- transaction hash: Retrieves detailed information about a specific transaction.
Note: If multiple parameters are provided, the API treats them with OR logic and returns combined results from all matching queries.