This object contains information about the auction settings.
Name | Type | Description |
---|---|---|
id | UUID | Auction setting id. |
marketplaceAuctionLotID | UUID | Auction lot id. |
nftContractAddress | String | NFT contract address. |
tokenID | Integer | NFT token id. |
quantityOf1155 | Integer | If the token type is ERC1155 put quantity. |
tokenOwnerAddress | String | NFT owner address. |
startingCryptoPrice | Float | Starting bid price of the auction. |
reservedPrice | Float | Reserved price of the auction. |
paymentCurrency | String | Auction payment currency. |
whitelistedBuyers | String | Whitelisted buyer list in comma separated in the auction. |
blacklistedBuyers | String | Block listed buyer list in comma separated in the auction. |
whitelistedBuyersRootHash | String | The root hash of the white-listed buyer. |
blacklistedBuyersRootHash | String | The root hash of the black-listed buyer. |
paymentSettlementAddress | String | NFT buying amount sends to this address. |
taxSettlementAddress | String | Tax settlement address of the transaction. |
commissionAddress | String | Commission address. |
platformSettlementAddress | String | Platform fee settlement address. |
commissionFeePercentage | String | Commission fee percentage of the bid. |
platformFeePercentage | String | Platform fee percentage of the bid. |
createAuctionJobStatus | String | Auction created status. |
endAuctionStatus | String | Auction end status. |
endTransactionHash | String | Transaction hash for on-chain end-auction process |
networkID | UUID | Network id. |
tokenType | Enum | Contains the information from tokenType |
supportedCurrencyID | UUID | Supported currency id i.e ETH or WETH |
halfLifeTime | Time | Dutch auction half lift time of auction to half reduce the amount. |
availableQuantity | Integer | The available quantity of NFT to sale |
totalQuantity | Integer | The total quantity of NFT in the sale |
reduceByAmount | Float | The amount that will be reduced after each reduceByInterval |
reduceByInterval | Integer | The number of seconds after which the bid amount will be reduced. |
walletLimit | Integer | The quantity allowed per wallet |
transactionLimit | Integer | The quantity allowed per transaction. |
isInstantDelivery | Boolean | If instant delivery=true, the NFT will transfer the NFT after the bid. |
fromTokenID | Integer | Staring on-chain token ID from the contract for range. |
toTokenID | Integer | Ending on-chain token ID from the contract for range. |
rebateEnabled | Boolean | If the rebate is enabled true end of the auction will transfer the remaining amount of the last bid. |