MARKETPLACE API
Waxpeer
P2P

Waxpeer API

Annonces P2P rapides depuis Waxpeer, unifiées avec chaque autre marketplace que nous suivons.

http://waxpeer.com

Tracked items

20,781

Active listings (24h)

Last update

2026-05-25

19:38 UTC

Refresh cadence

Between scrapes

24h Volume

$35,391,388

Sum price × quantity

Top 10 most expensive items on Waxpeer

A visual preview of what the price API actually returns — pulled live from our DB.

We always return the lowest price
# Item Lowest price
1
Souvenir M249 | Gator Mesh (Well-Worn) Souvenir M249 | Gator Mesh (Well-Worn)
$99,999.00
2
Sealed Graffiti | Happy Cat (Cash Green) Sealed Graffiti | Happy Cat (Cash Green)
$66,119.67
3
★ Sport Gloves | Hedge Maze (Factory New) ★ Sport Gloves | Hedge Maze (Factory New)
$30,502.39
4
Sealed Graffiti | Thoughtfull (Dust Brown) Sealed Graffiti | Thoughtfull (Dust Brown)
$25,246.00
5
Sticker Slab | b4rtiN | Copenhagen 2024 Sticker Slab | b4rtiN | Copenhagen 2024
$21,188.60
6
★ Karambit | Crimson Web (Factory New) ★ Karambit | Crimson Web (Factory New)
$15,702.88
7
StatTrak™ M4A4 | Howl (Factory New) StatTrak™ M4A4 | Howl (Factory New)
$15,187.21
8
Souvenir AWP | Safari Mesh (Factory New) Souvenir AWP | Safari Mesh (Factory New)
$15,000.00
9
AK-47 | Wild Lotus (Factory New) AK-47 | Wild Lotus (Factory New)
$13,594.28
10
Sealed Graffiti | Oops (Dust Brown) Sealed Graffiti | Oops (Dust Brown)
$13,326.10

Prices reflect the cheapest active Waxpeer listing per item over the last 24 hours.

Games supported on Waxpeer

Query Waxpeer via our API

Filter the unified /steam/api/items endpoint with markets=waxpeer to return only Waxpeer listings — or omit it for a side-by-side view across every marketplace.

  • Single auth header, same JSON schema for every market.
  • Filter by game, item name, price range, float.
  • Sort by price, listing volume, or recency.
  • Same DTO across REST and WebSocket streams.
Waxpeer API Request
# curl with API key
curl "https://www.steamwebapi.com/steam/api/items?key=$KEY&markets=waxpeer&game=cs2"
# PHP
$res = file_get_contents('https://www.steamwebapi.com/steam/api/items?key=' . $KEY . '&markets=waxpeer');
$items = json_decode($res, true);
# Node.js / JavaScript
const r = await fetch(`https://www.steamwebapi.com/steam/api/items?key=${KEY}&markets=waxpeer`);
const items = await r.json();

Dedicated Waxpeer endpoints

On top of the unified /steam/api/items route, every market we cover gets two convenience endpoints — one schema, one auth header, every marketplace.

GET /market/waxpeer/prices

Live prices snapshot

Returns the current Waxpeer catalogue as a flat array. Each row is one item with the lowest active price we have on record.

Sample response
[
  {
    "market_hash_name": "Souvenir UMP-45 | Gunsmoke (Minimal Wear)",
    "price": 130.69,
    "quantity": 1,
    "createdat": "2026-05-25T00:00:00+00:00",
    "variants": null
  },
  {
    "market_hash_name": "Sticker | Slab (Foil) | Krakow 2017",
    "price": 114.65,
    "quantity": 1,
    "createdat": "2026-05-25T00:00:00+00:00",
    "variants": null
  }
]
  • · Same JSON schema across every marketplace we cover.
  • · We surface the lowest price per item — never an average, never a stale tick.
  • · Optionally filter by market_hash_name or convert prices via ?currency=EUR.
GET /market/waxpeer/history

Per-item price history

Daily-snapshot history of the lowest Waxpeer price for a given item, ideal for charts and portfolio trackers.

Sample response
[
  {
    "createdat": "2026-05-18T00:00:00+00:00",
    "price": 124.40,
    "quantity": 1
  },
  {
    "createdat": "2026-05-24T00:00:00+00:00",
    "price": 130.69,
    "quantity": 1
  }
]
  • · One row per day, always the lowest price we recorded for that day.
  • · Bounded with start_date and end_date (YYYY-MM-DD).
  • · market_hash_name is required — history is per-item, not per-market.

Prefer one call across every marketplace? Use the unified /steam/api/items endpoint with markets=… — same DTO, comparison data included.

Waxpeer vs. other marketplaces

All marketplaces
Marketplace Tracked items
Skinbaron http://skinbaron.de
Bitskins http://www.bitskins.com
CSGOcom http://market.csgo.com
HaloSkins http://www.haloskins.io
Dmarket http://www.dmarket.com

About Waxpeer

Waxpeer est un marketplace CS2 occidental qui a bâti sa réputation sur la vitesse de transaction — les trades P2P s'exécutent généralement en secondes plutôt qu'en minutes. Cet avantage vitesse se reflète dans son prix, qui suit de près le mid-tier occidental.

Waxpeer API — FAQ

Qu'est-ce que Waxpeer ?

Waxpeer est un marketplace CS2 occidental connu pour les trades P2P rapides. Opère depuis plusieurs années et est l'un des noms les plus reconnus dans la communauté trading occidentale.

Which games does Waxpeer support?

Waxpeer is CS2-focused. Our API surfaces its full CS2 catalogue alongside every other market we cover.

Comment accéder aux prix Waxpeer ?

Appelez /steam/api/items avec markets=waxpeer et votre clé API. Même schéma que tout autre marketplace.

How fresh are Waxpeer prices?

We scrape Waxpeer regularly. The 'Last refresh' stat shows the most recent successful pull.

Waxpeer est-il sûr ?

Waxpeer opère depuis plusieurs années avec une réputation généralement positive dans la communauté trading. Vérifiez directement avant toute transaction.

Start querying Waxpeer in minutes

One key. One schema. Every marketplace.