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. |
saleId | UUID | Same as the collection item id, it's available only buy now sale. |
saleType | Enum | Represents the type of 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 marketplace sale price. |
secondarySaleInfo | SecondarySaleInfo | Contains all the information from SecondarySaleInfo . |
isReserved | Bool | It shows whether listed items are reserved or not. |
mintOnDemandData | Object | Contains all information from MintOnDemandInfo |
isCreditCardPayment | Boolean | It indicates the given listing is supporting credit card payments. |
paymentCurrencyId | UUID | The listed currency id, it will be available in boy now sale. |
isOnchain | Boolean | It indicates the listing on onchain buynow sale. |
gatingGroupId | UUID | If token gating enabled , this id will be available. |
gatingRuleId | UUID | gating group id ,if available token gating eligible users only can participate the sale. |
canRedeem | Boolean | If passing bearer token checking the user is eligible for redeem token , it's appilcable for claim listing not all. |
latestInvoice | Object | if user owns any previous sale ,the invoice will be available in the object. |
isRedeemedCode | Boolean | This is for collectionItemByClaimCode api to fetch the claim code already claimed or not. |
collectionDetails | Object | This object contains the CollectionTypeAndNetwork -> network,tokenType. |