Skip to main content
GET
/
auctions
/
{auctionId}
/
bids
/
history
cURL
curl --request GET \
  --url https://consumer.fanfare.io/api/auctions/{auctionId}/bids/history
[
  {
    "amount": "<string>",
    "isHighest": true,
    "timestamp": "<string>",
    "bidderHandle": "<string>",
    "consumerId": "<string>"
  }
]

Path Parameters

auctionId
string
required

Query Parameters

limit
string

Response

Retrieved bid history

amount
string
required
Pattern: ^\d{1,12}(\.\d{1,8})?$
isHighest
boolean
required
timestamp
string
required
bidderHandle
string
consumerId
string