This object contains information about the auction current bid amount information.
Name | Type | Description |
---|---|---|
bidAmount | Float | Current bid amount. |
totalBidAmount | Float | Total bid amount of quantity. |
tax | Float | Tax of the NFT transsaction. |
commissionFee | Float | Commission fee of the bid. |
platformFee | Float | Platform fee of the NFT. |
availableQuantity | Integer | The remaining quantity of tokens is in the auction. |
totalQuantity | Integer | The total quantity of NFTs in the auction. |
perWalletLimitUsed | Integer | Return the wallet limit used to count in the auction. |
perTransactionLimitUsed | Integer | Transaction limit used counts in the auction. |
networkID | UUID | Network id. |
network | Object | Contains the information from Network |
supportedCurrencyID | UUID | Supported currency id of the transaction. |
supportedCurrency | Object | Contains the information from supportedCurrency |
dutchAuctionContractAddress | String | Dutch auction contract address. |
signatureInfo | OnchainDiscountInfo | Contains all information on OnchainDiscountInfo |