MARKETPLACE API
Waxpeer
P2P

Waxpeer API

Fast P2P listings from Waxpeer, unified with every other marketplace we track.

waxpeer.com

Tracked items

20,433

Active listings (24h)

Last update

2026-06-17

06:05 UTC

Refresh cadence

~16 min

Between scrapes

24h Volume

$30,233,770

Sum price × quantity

Waxpeer at a glance

Trust signals, fee structure and supported payment rails — pulled directly from our marketplace registry.

Trust & profile

P2P marketplace

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 AWP | Dragon Lore (Battle-Scarred) Souvenir AWP | Dragon Lore (Battle-Scarred)
$29,999.00
2
StatTrak™ M4A4 | Howl (Factory New) StatTrak™ M4A4 | Howl (Factory New)
$21,362.81
3
AK-47 | Wild Lotus (Factory New) AK-47 | Wild Lotus (Factory New)
$16,785.18
4
Sticker Slab | Fnatic (Holo) | Katowice 2015 Sticker Slab | Fnatic (Holo) | Katowice 2015
$15,367.89
5
Souvenir Charm | Budapest 2025 Highlight | mezii perfect read Souvenir Charm | Budapest 2025 Highlight | mezii perfect read
$15,367.89
6
Sticker Slab | shox | London 2018 Sticker Slab | shox | London 2018
$15,367.89
7
Sticker Slab | dupreeh (Glitter) | Antwerp 2022 Sticker Slab | dupreeh (Glitter) | Antwerp 2022
$15,367.89
8
Sticker Slab | dgt | Austin 2025 Sticker Slab | dgt | Austin 2025
$15,367.89
9
Sticker Slab | NickelBack | Copenhagen 2024 Sticker Slab | NickelBack | Copenhagen 2024
$15,367.89
10
Sticker Slab | compLexity Gaming (Holo) | Katowice 2014 Sticker Slab | compLexity Gaming (Holo) | Katowice 2014
$15,367.89

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-06-17T00:00:00+00:00",
    "variants": null
  },
  {
    "market_hash_name": "Sticker | Slab (Foil) | Krakow 2017",
    "price": 114.65,
    "quantity": 1,
    "createdat": "2026-06-17T00: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-06-10T00:00:00+00:00",
    "price": 124.40,
    "quantity": 1
  },
  {
    "createdat": "2026-06-16T00: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
Skinport http://www.skinport.com 36,195
Skinbaron http://skinbaron.de 20,668
CSGOcom http://market.csgo.com 25,604
Dmarket http://www.dmarket.com 19,294
Tradeit http://tradeit.gg 22,689

About Waxpeer

Waxpeer is a Western CS2 marketplace that has built its reputation on transaction speed — P2P trades typically clear in seconds rather than minutes. That speed advantage is reflected in its pricing, which tracks the Western mid-tier closely.

Our API normalises every Waxpeer listing into the same JSON schema we use across the catalogue, so you can compare Waxpeer pricing against Buff, Skinport, CSFloat and the rest with a single request.

Waxpeer API — FAQ

What is Waxpeer?

Waxpeer is a Western CS2 marketplace known for fast P2P trades. It's been operating for several years and is one of the more recognised names in the Western trading community.

Which games does Waxpeer support?

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

How do I access Waxpeer prices?

Call /steam/api/items with markets=waxpeer and your API key. Same schema as every other marketplace we surface.

How fresh are Waxpeer prices?

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

Is Waxpeer safe to use?

Waxpeer has been operating for several years with a generally positive reputation in the trading community. Verify directly before transacting.

Start querying Waxpeer in minutes

One key. One schema. Every marketplace.