Skip to main content
GET
/
auctions
/
{auctionId}
/
highest-bid
cURL
curl --request GET \
  --url https://consumer.fanfare.io/api/auctions/{auctionId}/highest-bid
{
  "amount": "<string>"
}

Path Parameters

auctionId
string
required

Response

Retrieved highest bid

amount
string
required
Pattern: ^\d{1,12}(\.\d{1,8})?$