ConsoleCatalog
Sign in
Invaluable logo

Invaluable

invaluable.comMarketplaceno auth

Online auction marketplace - upcoming auctions, category lots, pricing, and bid counts.

Auctioneer Rating Summary

ASYNCWRITENo auth

Returns star rating and review count for a given auction house.

ParametersFormJSON

Application key for Invaluable

Domain key for the auction house

Product ID (typically matches auctioneer_domain_key)

Widget product ID

Mobile flag for the widget

Widget version string

cost: 2 credits · 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_invaluable_auctioneer_rating_summary",
    "params": {
      "app_key": "GZbTRMDgLU3BznNtmFyLKjckxxZ2MdDee3rtI75p",
      "auctioneer_domain_key": "8NLKQXG5Z1",
      "pid": "8NLKQXG5Z1",
      "widget_product_id": "8NLKQXG5Z1",
      "is_mobile": "false",
      "widget_version": "2022-10-03_18-01-13"
    }
  }'