MarketplaceAuctionLotInput

This object contains all the information about the marketplace auction lot input.

Field

Name

Type

Description

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.

startingBid

Float

Information about the starting bid.

reservePrice

Float

Information about the reserve price.

lotNumber

Integer

Information about the lot number.

startDate

Time

Information about the start date.

endDate

Time

Information about the end date.

collectionItemName

String

Contains all the name of the collection item.

delivery

Object

An object that contains the information about the MarketplaceItemDeliveryInput object.