VySaleOfferRequest

A request object used to create a sale offer.

Derived Properties (VyCreateOfferRequestBase)

FieldTypeDescription

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

FieldTypeDescription

price

double?

The price of the sale offer.

amount

int?

The amount of the sale offer.

minBuyAmount

int?

The minimum buy amount of the sale offer.

maxBuyAmount

int?

The maximum buy amount of the sale offer.

type [required]

string

The type of the offer. Must be 'SALE'.

Last updated