This object contains information about the marketPlace collection Items.
Field
Name | Type | Description |
---|---|---|
id | UUID | The marketplace collection item ID. |
marketplaceTokenId | UUID | The marketplace token ID. |
collectionId | UUID | The collection ID. |
saleType | Enum | Represents the type of the marketplace sale. The value can either be Auction or BuyNow. |
name | String | The name of the marketplace collection item. |
slug | String | The slug of the marketplace collection item. |
status | Enum | The collection items's status. The value can be either Active, Completed, Hidden, or Preview. |
details | Union | The collection item details. The value can be MarketplaceBuyNowOutput or MarketplaceAuctionLot depending on the sale type. |
artistId | UUID | The Artist ID |
artist | Artist | Contains all the information from Artist |
allowList | AllowList | Contains all the information from allowList . |
isBallot | Boolean | Flag for Ballot lot. |
presale | MarketplaceCollectionPresaleDetail | Contains all the information from MarketplaceCollectionPresaleDetail |
description | String | The description of the collection Item. |
asset | Asset | Contains all the information from Asset . |
onChainPaymentInfo | OnChainPaymentInfo | Contains all the information from OnChainPaymentInfo . |
totalQuantity | Int | The Total Quantity of the collection items. |
perWalletMaxClaim | Int | Per wallet max claim |
numberOfCodes | Int | number of codes |
prefix | String | The prefix |
allowedClaimingMethod | String | allowed claiming Method |
secondaryMarketplaceSalePrice | Float | The secondary market place sale price. |
secondarySaleInfo | SecondarySaleInfo | Contains all the information from SecondarySaleInfo . |