Reads the 100 latest bids for a given sale.
Success response
A list of bids.
The current clearing price _denominator_ as a number string.
The current clearing price _numerator_ as a number string. You can divide this by the CurrentClearingPriceDenominator to get the current price, but you might lose precision. The clearing price is in smallest units of the payment token per smallest unit of the offered token.
The number of decimals of the offered token. For example, a token with 18 decimals has 18 decimal places.
x >= 0The number of decimals of the payment token. For example, USDC has 6 decimals.
x >= 0The total bid amount in the smallest payment token units as a number string.
The number of unique bidders.
x >= 0Set if the payment token is a USD stablecoin and the offered token decimals are configured. It contains the current clearing price in micro-USD (1 USD = 1,000,000 micro-USD) for one human-readable offered token (1 human-readable token = 10^OfferedTokenDecimals smallest units). Warning: this could lose precision, so CurrentClearingPriceNumerator and CurrentClearingPriceDenominator should be used as the machine-readable value.