MARKETPLACE API
Youpin
P2P

Youpin898 API

Ceny i listingi na żywo z Youpin898 — drugiego co do wielkości chińskiego rynku CS2 — ujednolicone z każdym innym rynkiem który śledzimy.

youpin898.com

Tracked items

Active listings (24h)

Last update

Refresh cadence

~6 h

Between scrapes

24h Volume

Sum price × quantity

Youpin at a glance

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

Trust & profile

P2P marketplace

Query Youpin via our API

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

Dedicated Youpin 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/youpin/prices

Live prices snapshot

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

Per-item price history

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

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

Youpin vs. other marketplaces

All marketplaces
Marketplace Tracked items
Skinport http://www.skinport.com 36,488
Waxpeer http://waxpeer.com 20,258
Skinbaron http://skinbaron.de 20,803
CSGOcom http://market.csgo.com 26,405
HaloSkins http://www.haloskins.com 28,668

About Youpin

Youpin898 (czasem „Youpin", „U898" lub „Yyyp") to drugi co do wielkości chiński rynek CS2, za Buff163 w wolumenie ale przed prawie każdym zachodnim konkurentem. Ceny na Youpin często różnią się od Buff o kilka procent — co czyni go drugim niezbędnym źródłem danych dla każdego narzędzia arbitrażu lub portfolio traktującego chiński rynek poważnie.

Youpin API — FAQ

Czym jest Youpin898?

Youpin898 to chiński rynek CS2, drugi w wolumenie tylko za Buff163. Działa od lat i jest szeroko używany w chińskiej społeczności handlowej.

Which games does Youpin support?

Youpin's coverage is CS2-focused. We surface its CS2 listings alongside every other market in our catalogue.

Jak uzyskać dostęp do cen Youpin?

Wywołaj /steam/api/items z markets=youpin i twoim kluczem API. Ten sam schemat co każdy inny rynek.

How fresh are Youpin prices?

We pull Youpin on a scheduled cadence — the 'Last refresh' stat above shows the latest successful scrape.

Czy Youpin898 jest bezpieczny?

Youpin898 działa od lat i jest ugruntowany w chińskiej scenie handlowej. Weryfikuj bezpośrednio z rynkiem przed transakcją — udostępniamy go tylko dla danych.

Start querying Youpin in minutes

One key. One schema. Every marketplace.