MARKETPLACE API
Skinbaron

Skinbaron API

Listings from Skinbaron — Germany's longest-running CS2 marketplace — unified with every other market we track.

http://skinbaron.de

Tracked items

20,044

Active listings (24h)

Last update

2026-05-25

18:08 UTC

Refresh cadence

Between scrapes

24h Volume

$2,091,827

Sum price × quantity

Top 10 most expensive items on Skinbaron

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
★ StatTrak™ Karambit | Gamma Doppler (Factory New) ★ StatTrak™ Karambit | Gamma Doppler (Factory New)
$116,385.72
2
Sticker | Vox Eminor (Holo) | Katowice 2014 Sticker | Vox Eminor (Holo) | Katowice 2014
$62,848.92
3
Sticker Slab | Team Liquid (Holo) | Budapest 2025 Sticker Slab | Team Liquid (Holo) | Budapest 2025
$58,193.44
4
Sticker | Team LDLC.com (Holo) | Katowice 2014 Sticker | Team LDLC.com (Holo) | Katowice 2014
$51,966.74
5
Sticker | HellRaisers (Holo) | Katowice 2014 Sticker | HellRaisers (Holo) | Katowice 2014
$27,932.85
6
Sticker Slab | Astralis (Gold) | Budapest 2025 Sticker Slab | Astralis (Gold) | Budapest 2025
$23,277.38
7
Sticker | LGB eSports (Holo) | Katowice 2014 Sticker | LGB eSports (Holo) | Katowice 2014
$23,277.38
8
Sticker | Team Dignitas (Holo) | Katowice 2014 Sticker | Team Dignitas (Holo) | Katowice 2014
$23,277.38
9
Sticker | Ninjas in Pyjamas (Holo) | Katowice 2014 Sticker | Ninjas in Pyjamas (Holo) | Katowice 2014
$19,203.84
10
Sticker | mousesports (Holo) | Katowice 2014 Sticker | mousesports (Holo) | Katowice 2014
$18,621.90

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

Games supported on Skinbaron

Query Skinbaron via our API

Filter the unified /steam/api/items endpoint with markets=skinbaron to return only Skinbaron 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.
Skinbaron API Request
# curl with API key
curl "https://www.steamwebapi.com/steam/api/items?key=$KEY&markets=skinbaron&game=cs2"
# PHP
$res = file_get_contents('https://www.steamwebapi.com/steam/api/items?key=' . $KEY . '&markets=skinbaron');
$items = json_decode($res, true);
# Node.js / JavaScript
const r = await fetch(`https://www.steamwebapi.com/steam/api/items?key=${KEY}&markets=skinbaron`);
const items = await r.json();

Dedicated Skinbaron 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/skinbaron/prices

Live prices snapshot

Returns the current Skinbaron 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/skinbaron/history

Per-item price history

Daily-snapshot history of the lowest Skinbaron 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.

Skinbaron vs. other marketplaces

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

About Skinbaron

Skinbaron is a German CS2 marketplace operating since 2016, fully regulated under German consumer protection law. It's one of the few skin marketplaces that issues proper invoices and operates a registered business entity — making it a popular choice for European buyers who care about consumer rights.

Our API surfaces Skinbaron listings in the same JSON schema as every other market — one key, one schema.

Skinbaron API — FAQ

What is Skinbaron?

Skinbaron is a German CS2 marketplace operating since 2016, registered as a regulated business entity in Germany.

Which games does Skinbaron support?

Skinbaron is CS2-focused. Our API surfaces the full Skinbaron catalogue.

How do I access Skinbaron prices?

Call /steam/api/items with markets=skinbaron and your API key.

How fresh are Skinbaron prices?

We scrape Skinbaron on a regular cadence. The 'Last refresh' stat shows the most recent successful pull.

Is Skinbaron safe to use?

Skinbaron operates under German consumer protection law and is widely considered one of the safer EU marketplaces. Verify directly before transacting.

Start querying Skinbaron in minutes

One key. One schema. Every marketplace.