MARKETPLACE API
Buff
P2P

Buff163 API

Gerçek zamanlı Buff163 fiyatları ve ilanları — Çin'in en büyük community CS2 pazaryeri — 20+ diğer pazaryle tek bir REST endpoint üzerinden birleştirildi.

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

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
Souvenir AWP | Dragon Lore (Factory New) Souvenir AWP | Dragon Lore (Factory New)
$524,997.75
2
Souvenir AWP | Dragon Lore (Minimal Wear) Souvenir AWP | Dragon Lore (Minimal Wear)
$210,000.00
3
Sticker | Titan (Holo) | Katowice 2014 Sticker | Titan (Holo) | Katowice 2014
$150,000.00
4
Sticker Slab | compLexity Gaming (Holo) | Katowice 2014 Sticker Slab | compLexity Gaming (Holo) | Katowice 2014
$75,000.00
5
Sticker | Reason Gaming (Holo) | Katowice 2014 Sticker | Reason Gaming (Holo) | Katowice 2014
$60,000.00
6
Souvenir AWP | Dragon Lore (Field-Tested) Souvenir AWP | Dragon Lore (Field-Tested)
$46,500.00
7
★ Sport Gloves | Pandora's Box (Factory New) ★ Sport Gloves | Pandora's Box (Factory New)
$42,000.00
8
Souvenir AWP | Dragon Lore (Battle-Scarred) Souvenir AWP | Dragon Lore (Battle-Scarred)
$35,185.18
9
EMS Katowice 2014 Challengers EMS Katowice 2014 Challengers
$34,499.40
10
★ Sport Gloves | Hedge Maze (Factory New) ★ Sport Gloves | Hedge Maze (Factory New)
$31,851.75

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-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
  }
]
  • · 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-18T00:00:00+00:00",
    "price": 124.40,
    "quantity": 1
  },
  {
    "createdat": "2026-05-24T00: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
Waxpeer http://waxpeer.com
Skinbaron http://skinbaron.de
Bitskins http://www.bitskins.com
CSGOcom http://market.csgo.com
HaloSkins http://www.haloskins.io
Dmarket http://www.dmarket.com

About Buff

Buff163 (genellikle sadece "Buff" olarak yazılır) NetEase tarafından işletilmektedir ve Asya'nın hem ilan sayısı hem de 24 saatlik trade hacmi açısından açık ara en büyük CS2 pazaryeridir. Oradaki fiyatlar tipik olarak batı pazaryerlerinden birkaç yüzdelik daha düşüktür, bu da Buff verilerini ciddi herhangi bir fiyat karşılaştırması, arbitrage aracı veya envanter değerlendirme motoru için vazgeçilmez kılar.

Buff API — FAQ

Buff163 nedir?

Buff163, Steam oyun eşyaları için en büyük Çin community pazaryeridir — özellikle CS2 ve Dota 2. 2017'de başlatıldı, RMB'de fiyatlandırıldı, tüm batı pazaryerlerinden tutarlı bir şekilde daha yüksek ilan hacmiyle.

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 fiyatlarına nasıl erişirim?

Dashboard'dan bir API anahtarı alın ve markets=buff ile /steam/api/items'ı çağırın. Yanıt diğer her pazaryeri ile aynı DTO'da gelir — tek şema, tek entegrasyon.

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 güvenli mi?

Buff163 2017'den beri faaliyette ve anakaradaki Çin'de skin trade için fiili standarttır. İşlem yapmadan önce her zaman doğrudan pazaryeriyle doğrulayın — Buff'ı veriler için sunuyoruz, trade tavsiyesi olarak değil.

Start querying Buff in minutes

One key. One schema. Every marketplace.