Get NFT Transfer History List

Returns a list of NFT transfer histories. You can use query parameters to return results with specific conditions.

Response

nameTypeRequiredDescription
transfer_history_idNumberTrueA unique identifier of the NFT transfer history.
nft_kit_idNumberTrueA unique identifier of the NFT kit.
block_numberNumberTrueNumber(height) of the block.
senderStringTrueAn address which sends the NFT transfer.
receiverStringTrueAn address which receives NFT transfer.
token_idStringTrueA unique identifier of the NFT managed in the contract.
amountStringTrueAmount of NFT transferred to 'receiver' address.
tx_hashStringTrueHashed value of the requested transaction.
timestampStringTrueAn unix timestamp when transfer transaction was sent.
Language
Click Try It! to start a request and see the response here!