MARKETPLACE API
Waxpeer
P2P

Waxpeer API

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

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 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.