Skip to main content
GET
Returns a single auction with its live price. Unlike List Active Auctions, this returns closed and expired auctions too, with active set to false.

Path Parameters

string
required
Market ID.
string
required
Auction ID.

Response Fields

object
An auction ID that has never existed returns a zero-filled object rather than a 404: loanId of "0", borrower as the zero address, and active false. Check loanId !== "0" to confirm the auction is real. The AUCTION_NOT_FOUND error is only returned when the chain read itself fails.