get https://ag.eqhub.eqbr.com/api/v1/nft-kits//transfers/histories
Returns a list of NFT transfer histories. You can use query parameters to return results with specific conditions.
Response
name | Type | Required | Description |
---|---|---|---|
transfer_history_id | Number | True | A unique identifier of the NFT transfer history. |
nft_kit_id | Number | True | A unique identifier of the NFT kit. |
block_number | Number | True | Number(height) of the block. |
sender | String | True | An address which sends the NFT transfer. |
receiver | String | True | An address which receives NFT transfer. |
token_id | String | True | A unique identifier of the NFT managed in the contract. |
amount | String | True | Amount of NFT transferred to 'receiver' address. |
tx_hash | String | True | Hashed value of the requested transaction. |
timestamp | String | True | An unix timestamp when transfer transaction was sent. |