This object represents all the information about the marketplace auction lot.
Fields
Name | Type | Description |
---|---|---|
id | UUID | The marketplace auction lot id. |
lotNumber | Integer | The lot number. |
marketplaceCollectionItem | Object | Contains all the information from MarketplaceCollectionItem such as marketplace token ID, sale type, name, etc. |
marketplaceCollectionItemId | UUID | The marketplace collection item ID. |
startingBid | Float | The information of the starting bid. |
reservePrice | Float | The information of the reserve price. |
reserveMet | Boolean | Confirmation whether the reserve meet the standard. |
previewDate | Time | The information of the preview date. |
startDate | Time | The information of the start date. |
endDate | Time | The information of the end date. |
status | Enum | Represents the auction lot status. The value can either be Hidden, Preview, Active, or Completed. |
currentBid | Object | Contains information from MarketplaceAuctionBid . |
myBid | Object | Contains information from MarketplaceAuctionBid . |
bids | Query | Contains information from bids . |
defaultConfig | Query | Contains information from defaultConfig |
feeStructure | Object | Contains information from MarketplaceAuctionFeeStructure . |