MARKETPLACE API
Buff
P2P

Buff163 API

Цены и листинги Buff163 в реальном времени — крупнейшего китайского community-маркетплейса CS2 — унифицированы с 20+ другими рынками через один REST-эндпоинт.

buff.163.com

Tracked items

14,438

Active listings (24h)

Last update

2026-06-01

21:03 UTC

Refresh cadence

~6 h

Between scrapes

24h Volume

$32,166,950

Sum price × quantity

Buff at a glance

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

Trust & profile

P2P marketplace

Top 10 most expensive items on Buff

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 | Clan-Mystik (Holo) | Katowice 2014 Sticker Slab | Clan-Mystik (Holo) | Katowice 2014
$87,047.27
2
Sticker | Reason Gaming (Holo) | Katowice 2014 Sticker | Reason Gaming (Holo) | Katowice 2014
$59,126.54
3
Souvenir AWP | Dragon Lore (Battle-Scarred) Souvenir AWP | Dragon Lore (Battle-Scarred)
$34,672.97
4
EMS Katowice 2014 Challengers EMS Katowice 2014 Challengers
$32,519.60
5
Sticker | Vox Eminor (Holo) | Katowice 2014 Sticker | Vox Eminor (Holo) | Katowice 2014
$30,324.80
6
AWP | Gungnir (Well-Worn) AWP | Gungnir (Well-Worn)
$29,563.27
7
EMS Katowice 2014 Legends EMS Katowice 2014 Legends
$24,389.70
8
StatTrak™ M4A4 | Howl (Factory New) StatTrak™ M4A4 | Howl (Factory New)
$14,058.96
9
Sticker | Natus Vincere (Holo) | Katowice 2014 Sticker | Natus Vincere (Holo) | Katowice 2014
$11,825.16
10
AWP | Gungnir (Factory New) AWP | Gungnir (Factory New)
$10,864.21

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

Query Buff via our API

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.

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

Dedicated Buff 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/buff/prices

Live prices snapshot

Returns the current Buff 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/buff/history

Per-item price history

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

Buff vs. other marketplaces

All marketplaces
Marketplace Tracked items
Skinport http://www.skinport.com 36,018
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

About Buff

Buff163 (часто просто «Buff») управляется NetEase и является с большим отрывом крупнейшим CS2-маркетплейсом Азии по объёму листингов и 24-часовому торговому обороту. Цены там обычно на несколько процентов ниже западных маркетплейсов, что делает данные Buff незаменимыми для любого серьёзного сравнения цен, инструмента арбитража или оценки инвентаря.

Buff API — FAQ

Что такое Buff163?

Buff163 — крупнейший китайский community-маркетплейс для Steam-предметов, в основном CS2 и Dota 2. Запущен в 2017, торгует в RMB, с объёмом листингов стабильно больше чем все западные маркетплейсы вместе.

Which games does the Buff API cover?

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.

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

Получите API-ключ в дашборде и вызовите /steam/api/items с markets=buff. Ответ приходит в том же DTO, что и любой другой маркетплейс — одна схема, одна интеграция.

How fresh are Buff prices via the API?

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?

Buff163 работает с 2017 года и является де-факто стандартом для торговли скинами в материковом Китае. Всегда проверяйте напрямую с маркетплейсом перед сделкой — мы предоставляем Buff для данных, не как торговую рекомендацию.

Start querying Buff in minutes

One key. One schema. Every marketplace.