MARKETPLACE API
Waxpeer
P2P

Waxpeer API

Szybkie listingi P2P z Waxpeer, ujednolicone z każdym innym rynkiem który śledzimy.

http://waxpeer.com

Tracked items

20,880

Active listings (24h)

Last update

2026-05-25

18:30 UTC

Refresh cadence

Between scrapes

24h Volume

$35,307,893

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 to zachodni rynek CS2, który zbudował swoją reputację na szybkości transakcji — trade'y P2P zwykle są realizowane w sekundach a nie minutach. Ta przewaga prędkości odzwierciedla się w jego cenach, które blisko śledzą zachodni mid-tier.

Waxpeer API — FAQ

Czym jest Waxpeer?

Waxpeer to zachodni rynek CS2 znany z szybkich trade'ów P2P. Działa od kilku lat i jest jedną z bardziej rozpoznawanych nazw w zachodniej społeczności handlowej.

Which games does Waxpeer support?

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

Jak uzyskać dostęp do cen Waxpeer?

Wywołaj /steam/api/items z markets=waxpeer i twoim kluczem API. Ten sam schemat co każdy inny rynek.

How fresh are Waxpeer prices?

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

Czy Waxpeer jest bezpieczny?

Waxpeer działa od kilku lat z generalnie pozytywną reputacją w społeczności handlowej. Weryfikuj bezpośrednio przed transakcją.

Start querying Waxpeer in minutes

One key. One schema. Every marketplace.