Dutch Auctions
Bid on Auction
Buy collateral from an active Dutch auction at the current price
POST
Purchases collateral from an open auction. The bidder pays in the market’s borrow asset and receives the security tokens. Cost is the collateral quantity multiplied by the auction’s live declining price.
Bids can be partial. Buy any quantity up to
collateralRemaining, and the auction stays open for the rest.
Path Parameters
string
required
Market ID.
Body Parameters
integer
required
Auction ID. Must be a positive integer sent as a JSON number.
string
required
Collateral to purchase, as a decimal string in collateral token units. Must be greater than zero.
string
Hash of the transaction you broadcast for this operation. Send it to confirm the transaction and record the result. Omit it to receive the calldata.
Response Fields
object
The price is read at execution, not at quote time, and it falls continuously. The amount actually paid is therefore at or below what you computed from
currentPrice a moment earlier, never above. Size the approval against the quoted price to leave headroom.