MARKETPLACE API
Waxpeer
P2P

Waxpeer API

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

waxpeer.com

Tracked items

20,446

Active listings (24h)

Last update

2026-06-02

00:23 UTC

Refresh cadence

~16 min

Between scrapes

24h Volume

$32,324,726

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
Sticker | INTZ E-SPORTS CLUB | Berlin 2019 Sticker | INTZ E-SPORTS CLUB | Berlin 2019
$95,658.97
2
Sealed Graffiti | Okay (Monster Purple) Sealed Graffiti | Okay (Monster Purple)
$86,257.98
3
Sealed Graffiti | Thoughtfull (Dust Brown) Sealed Graffiti | Thoughtfull (Dust Brown)
$85,205.25
4
Sealed Graffiti | Happy Cat (Cash Green) Sealed Graffiti | Happy Cat (Cash Green)
$66,119.67
5
★ Sport Gloves | Hedge Maze (Factory New) ★ Sport Gloves | Hedge Maze (Factory New)
$31,491.07
6
Sticker | roeJ (Gold) | Antwerp 2022 Sticker | roeJ (Gold) | Antwerp 2022
$24,300.00
7
Sealed Graffiti | Oops (Dust Brown) Sealed Graffiti | Oops (Dust Brown)
$22,646.38
8
StatTrak™ M4A4 | Howl (Factory New) StatTrak™ M4A4 | Howl (Factory New)
$15,546.54
9
Souvenir AWP | Safari Mesh (Factory New) Souvenir AWP | Safari Mesh (Factory New)
$15,000.00
10
AWP | Gungnir (Factory New) AWP | Gungnir (Factory New)
$11,962.80

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-02T00:00:00+00:00",
    "variants": null
  },
  {
    "market_hash_name": "Sticker | Slab (Foil) | Krakow 2017",
    "price": 114.65,
    "quantity": 1,
    "createdat": "2026-06-02T00: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-26T00:00:00+00:00",
    "price": 124.40,
    "quantity": 1
  },
  {
    "createdat": "2026-06-01T00: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,023
Skinbaron http://skinbaron.de 20,300
CSGOcom http://market.csgo.com 25,195
Dmarket http://www.dmarket.com 18,878
Tradeit http://tradeit.gg 14,302

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.