MARKETPLACE API
Skinport
Trusted

Skinport API

Цены и листинги в реальном времени из Skinport — регулируемого в ЕС, с защитой потребителей — унифицированы с каждым другим маркетплейсом.

www.skinport.com

Tracked items

36,018

Active listings (24h)

Last update

2026-06-02

01:31 UTC

Refresh cadence

~16 min

Between scrapes

24h Volume

$18,212,960

Sum price × quantity

Skinport at a glance

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

Trust & profile

4.9 / 10

Trust score · based on 33,900 reviews

Trusted partner Direct market

Fee structure

Sale fee

  • 0–100 15%
  • 100–200 12%
  • 200–10,000 5%

Buy fee

  • 0+ 5%

Payout fee

  • 0+ 5%

Ranges are listed in the marketplace's base currency. Percentages reflect the marketplace's published rate for the corresponding bucket — verify against the live marketplace for the latest pricing.

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
$91,472.96
2
Sticker | Reason Gaming (Holo) | Katowice 2014 Sticker | Reason Gaming (Holo) | Katowice 2014
$82,547.84
3
Sticker | Vox Eminor (Holo) | Katowice 2014 Sticker | Vox Eminor (Holo) | Katowice 2014
$41,256.04
4
Sticker | Team LDLC.com (Holo) | Katowice 2014 Sticker | Team LDLC.com (Holo) | Katowice 2014
$28,526.42
5
EMS Katowice 2014 Legends EMS Katowice 2014 Legends
$24,343.33
6
StatTrak™ M4A4 | Howl (Factory New) StatTrak™ M4A4 | Howl (Factory New)
$17,214.03
7
AWP | Gungnir (Factory New) AWP | Gungnir (Factory New)
$12,506.75
8
AWP | Gungnir (Minimal Wear) AWP | Gungnir (Minimal Wear)
$12,289.72
9
Souvenir PP-Bizon | Irradiated Alert (Factory New) Souvenir PP-Bizon | Irradiated Alert (Factory New)
$11,964.59
10
★ Butterfly Knife | Doppler (Factory New) ★ Butterfly Knife | Doppler (Factory New)
$11,779.91

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

Skinport vs. other marketplaces

All marketplaces
Marketplace Tracked items
Waxpeer http://waxpeer.com 20,582
Skinbaron http://skinbaron.de 20,300
CSGOcom http://market.csgo.com 24,948
Dmarket http://www.dmarket.com 18,875
Tradeit http://tradeit.gg 14,302

About Skinport

Skinport — берлинский маркетплейс CS2 и Rust, полностью соответствующий GDPR и один из немногих маркетплейсов скинов, работающих под европейским законодательством о защите потребителей. Широко доверяемый ЕС-игроками, его уровень цен находится между агрессивными китайскими и западными премиум-маркетплейсами — ценен для любой оценки инвентаря.

Skinport API — FAQ

Что такое Skinport?

Skinport — берлинский маркетплейс CS2 и Rust, регулируемый под европейским законом защиты потребителей. Работает с 2018 года и широко используется в европейском трейдинг-сообществе.

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.

Как получить доступ к ценам Skinport?

Вызовите /steam/api/items с markets=skinport и вашим API-ключом. Листинги Skinport приходят в той же JSON-схеме, что и любой другой рынок.

How fresh are Skinport prices?

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

Безопасен ли Skinport?

Skinport работает под правилами защиты потребителей ЕС и считается одним из самых безопасных западных маркетплейсов. Всегда проверяйте напрямую перед сделкой.

Start querying Skinport in minutes

One key. One schema. Every marketplace.