CollectionNFTDetails

This object contains the listed NFT details under the sale.

NameTypeDescription
tokenStatusEnumThe TokenDeploymentStatus like DRAFT,INPROGRESS,FAILED,MINTED.
tokenNameStringThe NFT token name.
collectionNameStringThe NFT collection name.
contractAddressString!NFT contract address.
tokenIdBigInt!NFT token id.
tokenTypeEnumThe NFT token type tokenType
networkObjectNetwork details contain
networkIDUUIDToken listed token network id.
ownerStringThe NFT owner's address.
metadataObjectit contains the metadata objectlike name, image, and description ...
nftAttributes[Object]Contains the array of information from NFTAttributes
artistObjectContains the information from Artist
nftTokenIdUUIDNFT token uuid in DB.
isDeliveredBooleanIt indicates listed NFT sold out in the sale.
invoiceItemIDUUIDIf NFT is delivered under the sale, the invoiceItemId will be available.
editionsIntIf the token is ERC1155 the edition will be available.
contractIdUUIDThe NFT contract id.