Sync with Waxpeer session to auto-fill API key

Fetch all dopplers phases by filters

GET/v1/prices/dopplers

Prices are integers. 1000 = $1.00 USD.

Parameters

NameLocationTypeDescription
phase
optional
queryenum

Doppler phase. Will return all if set to 'any'. For multiple phases pass it like this phase=Emerald&phase=Ruby

enum: any, Emerald, Ruby, Sapphire, Black Pearl, Phase 1, Phase 2, Phase 3, Phase 4

exterior
optional
queryenum

Item exterior. Will return all if not set. For multiple exteriors pass it like this exterior=FN&exterior=MW

enum: FN, MW, FT, WW, BS

weapon
optional
queryenum

Weapon type. Will return all if not set. For multiple weapons pass it like this weapon=Bayonet&weapon=Karambit

enum: Bayonet, Bowie Knife, Butterfly Knife, Falchion Knife, Flip Knife, Glock-18, Gut Knife, Huntsman Knife, Karambit, M9 Bayonet, Navaja Knife, Shadow Daggers, Stiletto Knife, Talon Knife, Ursus Knife

minified
optional
queryenum

Will return additional data about items if set to 0 (steam_price, img, weapon, float, paint_index)

enum: 0, 1

min_price
optional
querynumber

Minimum item price

max_price
optional
querynumber

Maximum item price

search
optional
querystring

Search by part of the hash name ex: 'bayonet'.

single
optional
queryenum

Will select only one item if set to 1

enum: 0, 1

Responses

200 successful operation

Response
{
  "success": false,
  "items": [
    {
      "name": "★ Butterfly Knife | Doppler (Factory New)",
      "item_id": "27253164358",
      "price": "1380000",
      "phase": "Phase 3",
      "steam_price": "1453040",
      "img": "https://steamcommunity-a.akamaihd.net/economy/image/class/730/5070448210/200fx125f",
      "weapon": "Butterfly Knife",
      "paint_index": 420,
      "float": 0.0460052728652954
    }
  ],
  "msg": "Wrong input"
}