Skip to main content

Interface: NftSetForSaleRequest

Request object to set an NFT for sale.

Properties

access

Optional access: 0 | 1

Access type of this sale.


accessMembers

Optional accessMembers: any[]

If present, members who can buy this nft


auctionFloorPrice

Optional auctionFloorPrice: number

Floor price of the nft. Minimum 1000000, maximum 1000000000000


auctionFrom

Optional auctionFrom: Date

Starting date of the nft's auction. Can not be sooner then 10 minutes.


auctionLength

Optional auctionLength: number

Millisecond value of the auction length. Minimum 240000, maximum 2678400000


availableFrom

Optional availableFrom: Date

Starting date of the nft's availability. Can not be sooner then 10 minutes.


extendAuctionWithin

Optional extendAuctionWithin: number

Auction will be extended if a bid happens this many milliseconds before auction ends. Default value is 300000 minutes


extendedAuctionLength

Optional extendedAuctionLength: number

If set, auction will automatically extended by this length if a bid comes in within extendAuctionWithin before the end of the auction.


minimalBidIncrement

Optional minimalBidIncrement: number

Defines the minimum increment of a subsequent bid. Minimum 1000000, maximum 1000000000000


nft

nft: string

Build5 id of the nft.


price

Optional price: number

Price of the nft. Minimum 1000000, maximum 1000000000000