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 on the reserve price. |
reserveMet | Boolean | Confirmation whether the reserve meets the standard. |
previewDate | Time | The information on the preview date. |
startDate | Time | The information on 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 . |
isOnchainAuction | Boolean | The auction transaction via blockchain if it's true. |
maxEndDate | Time | Maximum end time of the auction. |
maxBid | Object | Contains information from MarketplaceAuctionBid .highest bid details in the auction. |
subSaleType | Enum | Contains all information from subSaleType |
MarketplaceAuctionOnChainSettings | Object | Contains information for auction sub sale types MarketplaceAuctionOnChainSettings |