VyAuctionOfferRequest
Represents a request to create an auction offer.
Derived Properties (VyCreateOfferRequestBase)
Field | Type | Description |
---|---|---|
nft [required] | The NFT object associated with the offer. | |
startDate | DateTime? | The start date of the offer. |
endDate | DateTime? | The end date of the offer. |
signature | string | The signature of the offer. |
sellerAddress [required] | string | The address of the seller. |
externalSellerId | string | The external ID of the seller. |
currency | The currency type of the offer. | |
sellerId | string | The ID of the seller. |
visibility | The visibility type of the offer. |
Properties
Field | Type | Description |
---|---|---|
minimumBid | double? | The minimum bid for the auction offer. |
buyNowPrice | double? | The buy now price for the auction offer. |
type [required] | string | The type of the offer, which is always 'AUCTION'. |
Last updated