This object represents the NFT history.
Name | Type | Description |
---|---|---|
blockNum | Integer | Transaction block number. |
hash | String | Blockchain transaction hash. |
from | String | Transaction from address. |
to | String | Transaction to address. |
value | Integer | Token id |
eventType | Enum | Transaction type Transfer Offer ,Minted ,List ,List_Removed ,Sale ,Offer_Sold ,Expired ,Offer_Rejected ,Offer_Cancelled |
erc1155Metadata | Object | The nft metadata ERC1155Metadata |
tokenId | Integer | Nft token id. |
asset | String | Assert url |
price | Object | Contains all the information from NFTPrice |
category | String | Nft category |
blockTimestamp | Time | Transaction created time. |
fromUserAvatar | String | From address user avatar. |
toUserAvatar | String | To address user avatar. |
fromUserProfilePic | String | From user profile pic. |
toUserProfilePic | String | To user profile pic |
fromUserName | String | From username |
toUserName | String | To user name. |