ConsoleCatalog
Sign in
Bonhams logo

Bonhams

bonhams.comMarketplaceno auth

Browse Bonhams auctions, departments, and lots with estimates, hammer prices, and sale details.

Auction Details

ASYNCREADNo auth

Returns an auction's detail with sale metadata and its lots, prices, and estimates.

ParametersFormJSON

Bonhams auction sale ID used in the URL path

URL slug segment for the auction (e.g. london-watches)

cost: 1 credit · balance: 0
curl https://api.openwire.sh/v1/wire/task \
  -X POST \
  -H "X-API-Key: $ANAKIN_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "action_id": "act_bonhams_auction_detail_ssr",
    "params": {
      "auction_id": "31978",
      "auction_slug": "london-watches"
    }
  }'