Cross-market comparison
Compare Buff163 prices against other marketplaces in a single API call.

Query Buff163 listings, buy orders, and completed sales through one CS2Cap endpoint. Rather than integrating Buff163 directly, you get its feed normalized alongside every other marketplace we track.
Buff163 is the largest CS2 marketplace by traded value and the reference price for most of the market: when traders argue about what a skin is 'really' worth, they usually mean the Buff163 listing price. It is a Chinese platform with its own currency and account requirements, which puts it out of reach for many buyers even though its prices set the global baseline. That combination, indispensable pricing paired with awkward direct access, is why it is the most requested feed on CS2Cap.
CS2Cap tracks 3.5M BUFF163 listings across 32.9K items, 77.9% of the CS2 catalog, holding $99.6M in listed value. That makes it the 2nd-largest listing book of the 41 marketplaces tracked here. The feed refreshes every 10 minutes, with buy orders and completed sales. Prices are quoted in CNY and converted to USD with hourly-refreshed exchange rates. Daily BUFF163 price history runs back to Jul 2021.
curl -sS \
-H "Authorization: Bearer $CS2C_API_KEY" \
"https://api.cs2c.app/prices?item_id=4994&providers=buff163¤cy=USD"{
"provider": "buff163",
"item_id": 4994,
"market_hash_name": "★ Karambit | Doppler (Factory New)",
"phase": "Sapphire",
"lowest_ask": 531143,
"quantity": 158,
"url": "https://buff.163.com/goods/42998?from=market#tag_ids=446968"
}CS2Cap normalizes BUFF163 into the same item, price, currency, and timestamp conventions used for every tracked marketplace. Coverage is reported from the current provider contract; historical depth is not inferred when it is not declared.
Ninety days of daily snapshots, recorded by CS2Cap since April 27, 2026. Nobody publishes this history: reconstructing it means polling the marketplace every day and keeping the results.
Lowest listed price and quantity for items available on Buff163, refreshed every 10 minutes.
Highest standing bid and bid count from Buff163 via the Buy Orders endpoint.
Individual Buff163 sale records: price, timestamp, and float value and paint seed where the marketplace publishes them.
Doppler and Gamma Doppler phases priced as separate entries on the Buff163 feed, not folded into the base skin.
Buff163 quotes in CNY; CS2Cap stores the native price and converts to USD with exchange rates refreshed hourly.
Daily Buff163 price points archived without a retention cutoff, plus intraday candles over the recent window.
Cross-marketplace analytics including Buff163 in spread and volume calculations.
Compare Buff163 prices against other marketplaces in a single API call.
Track Buff163 pricing programmatically alongside other providers.
Include Buff163 data in spread, volume, and pricing analysis across markets.
Calculate Buff163 order spreads using combined price and buy order data.
No. CS2Cap is a third-party aggregation service. Buff163 data is included as one of many supported marketplace sources.
CS2Cap returns Buff163 listing prices, buy orders, and individual sale records, refreshed every 10 minutes, with daily history since Jul 2021.
Yes. Buff163 is also written as BUFF, NetEase BUFF, buff.163.com, 网易BUFF. Those names all refer to the same marketplace, and this page covers that single feed.
Doppler and Gamma Doppler phases are separate price entries on the Buff163 feed. Individual float values and paint patterns are not separate price points; float value and paint seed appear on sale records where the marketplace publishes them.
Buff163 quotes in CNY. CS2Cap stores the native price and converts at read time to USD, or the currency you request, using exchange rates refreshed hourly.
Use the repeated providers=buff163 parameter on supported list endpoints such as prices, bids, and sales. Raw price history uses the singular provider=buff163 parameter.
Check endpoint access, choose a plan, and create your key.