Ceny i listingi Buff163 w czasie rzeczywistym — największego chińskiego rynku CS2 — ujednolicone z 20+ innymi rynkami przez jeden REST endpoint.
https://buff.163.com/
Tracked items
28,840
Active listings (24h)
Last update
2026-05-25
19:00 UTC
Refresh cadence
—
Between scrapes
24h Volume
$71,781,917
Sum price × quantity
A visual preview of what the price API actually returns — pulled live from our DB.
| # | Item | Lowest price |
|---|---|---|
| 1 |
|
$524,997.75 |
| 2 |
|
$210,000.00 |
| 3 |
|
$150,000.00 |
| 4 |
|
$75,000.00 |
| 5 |
|
$60,000.00 |
| 6 |
|
$46,500.00 |
| 7 |
|
$42,000.00 |
| 8 |
|
$35,185.18 |
| 9 |
|
$34,499.40 |
| 10 |
|
$31,851.75 |
Prices reflect the cheapest active Buff listing per item over the last 24 hours.
Filter the unified /steam/api/items endpoint
with markets=buff to
return only Buff listings — or omit it for a side-by-side view across every marketplace.
On top of the unified /steam/api/items route, every market we cover gets two convenience endpoints — one schema, one auth header, every marketplace.
/market/buff/prices
Returns the current Buff catalogue as a flat array. Each row is one item with the lowest active price we have on record.
[
{
"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
}
]
/market/buff/history
Daily-snapshot history of the lowest Buff price for a given item, ideal for charts and portfolio trackers.
[
{
"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
}
]
Prefer one call across every marketplace? Use the unified /steam/api/items endpoint with markets=… — same DTO, comparison data included.
Buff163 (często po prostu „Buff") jest obsługiwany przez NetEase i jest zdecydowanie największym rynkiem CS2 w Azji pod względem zarówno liczby listingów, jak i 24-godzinnego wolumenu handlu. Ceny tam są zwykle o kilka procent niższe niż na zachodnich rynkach, co czyni dane Buff niezbędnymi dla każdego poważnego porównania cen, narzędzia arbitrażu lub silnika wyceny ekwipunku.
Buff163 to największy chiński rynek społecznościowy dla itemów Steam, głównie CS2 i Dota 2. Uruchomiony w 2017, w RMB, z wolumenem listingów regularnie większym niż wszystkie zachodnie rynki razem.
Through our API we focus on CS2 and Dota 2, the two largest categories on Buff163. Coverage for smaller games depends on which scrapers we run — check the 'Supported games' section above for the current list.
Pobierz klucz API z dashboardu i wywołaj /steam/api/items z markets=buff. Odpowiedź w tym samym DTO co każdy inny rynek — jeden schemat, jedna integracja.
We scrape Buff on a tight schedule and the 'Last refresh' stat above shows the most recent successful pull. Highly liquid items refresh more aggressively than long-tail listings.
Buff163 działa od 2017 i jest de-facto standardem dla handlu skinami w kontynentalnych Chinach. Zawsze weryfikuj bezpośrednio z rynkiem przed transakcją — udostępniamy Buff dla danych, nie jako rekomendację handlową.
One key. One schema. Every marketplace.