This object represents all the information of the wallet token.
Fields
Name | Type | Description |
---|---|---|
id | BigInt | The wallet token ID. |
tokenURI | String | The wallet token URI. |
contractAddress | String | The wallet token contract address. |
transferHash | String | The wallet token transfer hash. |
tokenType | String | The token type. |
balance | String | The wallet balance. |
title | String | The token title. |
description | String | The token description. |
metadata | Object | An object that contains information about the ERC721Metadata object, such as name, description, image, etc. |
timeLastUpdated | String | The wallet token update time. |
network | String | Network name. |
networkID | UUID | Network id. |
balance | Float | balance. |
tokenURI | String | Token uri. |
mintedAt | Time | Token minted date. |
contractName | String | NFT contract name. |
listedAt | Time | NFT listed date for sale. |
status | Enum | Contains the information from TokenStatus |
nftTokenId | UUID | NFT token id. |
artistName | String | Artist name. |
price | Object | Contains the information from Price |
favouriteCount | Integer | Count of NFT favourite of user. |
owner | String | NFT owner address. |
editionNumber | Integer | Token edition number. |
listedOrderInfo | Object | Containsthe information from Order . |
isBuyNowEnabled | Boolean | NFT is enabled in buy now process. |
isMakeOfferEnabled | Boolean | NFT is enabled in offer. |
latestOffer | Object | Contains information from Order . |
isOfferExist | Boolean | Token have any offer. |
mediaSourceURL | String | Token media source url. |
mediaSourceExtension | String | Token media source extension like gif ,jpeg , ... |
mediaSourceType | String | Token media source type like IMAGE ,VIDEO ,.. |
mediaBackupURL | String | Token media backup source url . |
mediaBackupExtension | String | Token media backup extension. |
mediaBackupType | String | Token media backup type. |
isSecondaryMarketplace | Boolean | Token comes in primary or secondary marketplace. |