This object contains information about NFT details.
Name | Type | Description |
---|---|---|
contractAddress | String | NFT contract address |
tokenId | integer | Token id in nft contract |
network | String | Network name. |
networkID | UUID | Network id. |
owner | String | NFT owner address. |
contractName | String | NFT contract name. |
tokenType | Enum | NFTtoken type ERC1155 or ERC721 |
mintedAt | Time | NFT minted date with time. |
metadata | Object | Contains all the information from ERC721Metadata such as the name,description,image,attributes and etc.. |
mediaSourceExtension | String | NFT image source extension like gif ,jpeg ... |
mediaSourceType | String | NFT image source type like IMAGE ,VIDEO . |
mediaSourceURL | String | NFT image source URL. |
mediaBackupURL | String | NFT media backup URL. |
mediaBackupExtension | String | NFT media backup extension. |
mediaBackupType | String | NFT media backup type. |
status | Enum | NFT status in secondary marketplace |
artist | Object | Contains all the information from Artist such as artist name, location, contact email. |
category | Object | Contains all the information from Category such as artist name, location, contact email. |
balance | Integer | balance |
editions | integer | Edition number of the NFT. |
price | Object | Contains all the information about buyNowPrice ,lastPurchasedPrice , makeOfferHighestPrice ,makeOfferLatestPrice |
isFavorite | Boolean | Is NFT in favourite list |
ownerAddress | String | NFT owner address. |
nftTokenId | UUID | NFT token id. |
tokenURI | String | NFT token uri. |
tokenOwnerUsername | String | NFT token owner user name. |
tokenOwnerAddress | String | Token owner address |
tokenOwnerAvatar | String | Token owenr avatar |
tokenOwnerProfilePic | String | Token owner profile picture. |
qty | Integer | Quantity of NFT |
listedOrderInfo | Object | Contains all the information from order |
isBuyNowEnabled | Boolean | NFT is enabled in buy now process. |
isMakeOfferEnabled | Boolean | NFT is enabled in offer. |
latestOffer | Object | Latest offer order against the NFT. |
editionNumber | Integer | Edition number of NFT. |
isOfferExist | Boolean | if offer exist against the NFT it will return true. |
isSecondaryMarketplace | Boolean | return the NFT in primary or secondary marketplace. |