This object contains information about the dutch auction setting inputs.
| Name | Type | Description | Required | 
|---|---|---|---|
| nftContractAddress | String | NFT contract address. | Yes | 
| tokenOwnerAddress | String | NFT owner address. | Yes | 
| startingCryptoPrice | Float | Starting bid price of the auction. | Yes | 
| reservedPrice | Float | Reserved price of the auction. | Yes | 
| paymentCurrency | String | Auction payment currency. | Yes | 
| blacklistedBuyers | String | Block listed buyer list in comma separated in the auction. | No | 
| blacklistedBuyersRootHash | String | The root hash of the block-listed buyer. | No | 
| paymentSettlementAddress | String | NFT buying amount sends to this address. | Yes | 
| taxSettlementAddress | String | Tax settlement address of the transaction. | Yes | 
| commissionAddress | String | Commission address. | Yes | 
| platformSettlementAddress | String | Platform fee settlement address. | Yes | 
| commissionFeePercentage | String | Commission fee percentage of the bid. | Yes | 
| platformFeePercentage | String | Platform fee percentage of the bid. | Yes | 
| networkID | UUID | Network id. | Yes | 
| tokenType | Enum | Contains the information from tokenType | No | 
| supportedCurrencyID | UUID | Supported currency id i.e ETH or WETH | Yes | 
| halfLifeTime | Time | Dutch auction half lift time of auction to half reduce the amount. | Yes | 
| totalQuantity | Integer | The total quantity of NFT in the sale | Yes | 
| reduceByAmount | Float | The amount that will be reduced after each reduceByInterval | Yes | 
| reduceByInterval | Integer | The number of seconds after which the bid amount will be reduced. | Yes | 
| walletLimit | Integer | Wallet limit | Yes | 
| transactionLimit | Integer | transaction limit. | Yes | 
| isInstantDelivery | Boolean | If instant delivery=true, the NFT will transfer the NFT after the bid. | Yes | 
| fromTokenID | Integer | In the contract start from token id to sale. | Yes | 
| toTokenID | Integer | In the contract until this token id to sale. | Yes | 
| rebateEnabled | Boolean | If the rebateEnabled=trueend of the auction will transfer the remaining amount of the last bid. | Yes | 
| isMint | Boolean | It denotes NFT need to mint or use existing for sale. | Yes | 
