MARKETPLACE API
Skinport
Trusted

Skinport API

Real-time prices and listings from Skinport — EU-regulated, consumer-protected — unified with every other marketplace we track.

http://www.skinport.com

Tracked items

35,934

Active listings (24h)

Last update

2026-05-26

03:05 UTC

Refresh cadence

Between scrapes

24h Volume

$18,138,028

Sum price × quantity

Top 10 most expensive items on Skinport

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 Slab | FlyQuest (Holo) | Budapest 2025 Sticker Slab | FlyQuest (Holo) | Budapest 2025
$90,375.97
2
Sticker | Reason Gaming (Holo) | Katowice 2014 Sticker | Reason Gaming (Holo) | Katowice 2014
$82,193.50
3
Sticker | Vox Eminor (Holo) | Katowice 2014 Sticker | Vox Eminor (Holo) | Katowice 2014
$41,078.94
4
Sticker | Team LDLC.com (Holo) | Katowice 2014 Sticker | Team LDLC.com (Holo) | Katowice 2014
$28,873.45
5
EMS Katowice 2014 Challengers EMS Katowice 2014 Challengers
$26,640.50
6
EMS Katowice 2014 Legends EMS Katowice 2014 Legends
$25,865.84
7
StatTrak™ M4A4 | Howl (Factory New) StatTrak™ M4A4 | Howl (Factory New)
$17,769.69
8
AWP | Gungnir (Factory New) AWP | Gungnir (Factory New)
$14,542.84
9
★ Butterfly Knife | Doppler (Factory New) ★ Butterfly Knife | Doppler (Factory New)
$12,189.56
10
Souvenir PP-Bizon | Irradiated Alert (Factory New) Souvenir PP-Bizon | Irradiated Alert (Factory New)
$11,913.23

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

Games supported on Skinport

Query Skinport via our API

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

Dedicated Skinport 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/skinport/prices

Live prices snapshot

Returns the current Skinport 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-26T00:00:00+00:00",
    "variants": null
  },
  {
    "market_hash_name": "Sticker | Slab (Foil) | Krakow 2017",
    "price": 114.65,
    "quantity": 1,
    "createdat": "2026-05-26T00: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/skinport/history

Per-item price history

Daily-snapshot history of the lowest Skinport price for a given item, ideal for charts and portfolio trackers.

Sample response
[
  {
    "createdat": "2026-05-19T00:00:00+00:00",
    "price": 124.40,
    "quantity": 1
  },
  {
    "createdat": "2026-05-25T00: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.

Skinport vs. other marketplaces

All marketplaces
Marketplace Tracked items
Waxpeer http://waxpeer.com 20,914
Skinbaron http://skinbaron.de 20,038
Bitskins http://www.bitskins.com 16,840
CSGOcom http://market.csgo.com 24,627
HaloSkins http://www.haloskins.io

About Skinport

Skinport is a Berlin-based CS2 and Rust marketplace, fully GDPR-compliant and one of the few skin marketplaces operating under European consumer protection law. It's widely trusted across the EU player base, and its pricing tends to sit between the aggressive Chinese markets and the premium Western ones — which makes it an important reference price for any inventory valuation engine.

Our API normalises every Skinport listing into the same JSON schema we use across the catalogue. Filter by game, item name, price range and float. Sort by price, listing volume or recency.

Skinport API — FAQ

What is Skinport?

Skinport is a Berlin-based CS2 and Rust marketplace, regulated under EU consumer law. It's been operating since 2018 and is widely used across the European trading community.

Which games does Skinport support?

Skinport's main categories are CS2 and Rust, with smaller coverage for other Steam games. Our API surfaces the full Skinport catalogue.

How do I access Skinport prices?

Call /steam/api/items with markets=skinport and your API key. Skinport listings come back in the same JSON schema as every other market we surface.

How fresh are Skinport prices?

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

Is Skinport safe to use?

Skinport operates under EU consumer protection rules and is widely considered one of the safer Western marketplaces. Always verify directly before transacting — we surface Skinport for data purposes.

Start querying Skinport in minutes

One key. One schema. Every marketplace.