Get English auction standings
GET
/collection/{highlightId}/sales/{saleId}/auction
Public read-model for an English auction: lifecycle state, reserve, current highest bid/bidder, end time, escrowed token, and creator earnings — served from the chain-reconciled projection. Includes whether the authenticated viewer is the current highest bidder when a bearer token is supplied.
Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ” highlightId
required
string format: uuid
saleId
required
string format: uuid
Responses
Section titled “ Responses ”English auction standing
object
saleId
required
string
state
required
integer
live
required
boolean
fulfilled
required
boolean
cancelled
required
boolean
currency
required
string
reservePrice
required
string
highestBidAmount
required
string
endTime
required
integer
creatorEarnings
required
string
platformBps
required
integer
totalBids
required
integer
Invalid request
Not found