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

Query BuffMarket listings and buy orders through one CS2Cap endpoint. Rather than integrating BuffMarket directly, you get its feed normalized alongside every other marketplace we track.
BUFF Market is the international-facing side of the BUFF platform, running a peer-to-peer book with buy orders alongside listings. Its catalog depth tracks close to Buff163's while its prices are quoted for a different audience, so the distance between the two is a clean read on what regional access is worth. Having bids as well as asks makes it a demand signal, not just a price list.
CS2Cap tracks 1.2M BUFF Market listings across 33.6K items, 79.6% of the CS2 catalog, holding $76.4M in listed value. That makes it the 5th-largest listing book of the 41 marketplaces tracked here. The feed refreshes every 3 hours, with buy orders. Daily BUFF Market price history runs back to May 2026.
curl -sS \
-H "Authorization: Bearer $CS2C_API_KEY" \
"https://api.cs2c.app/prices?providers=buffmarket¤cy=USD&limit=1"CS2Cap normalizes BUFF Market 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 BuffMarket, refreshed every 3 hours.
Highest standing bid and bid count from BuffMarket via the Buy Orders endpoint.
Doppler and Gamma Doppler phases priced as separate entries on the BuffMarket feed, not folded into the base skin.
Daily BuffMarket price points archived without a retention cutoff, plus intraday candles over the recent window.
Cross-marketplace analytics including BuffMarket in spread and volume calculations.
Compare BuffMarket prices against other marketplaces in a single API call.
Track BuffMarket pricing programmatically alongside other providers.
Include BuffMarket data in spread, volume, and pricing analysis across markets.
Calculate BuffMarket order spreads using combined price and buy order data.
No. CS2Cap is a third-party aggregation service. BuffMarket data is included as one of many supported marketplace sources.
CS2Cap returns BuffMarket listing prices, buy orders, refreshed every 3 hours, with daily history since May 2026.
Yes. BuffMarket is also written as BUFF Market, buff.market. 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 BuffMarket 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.
BuffMarket daily price history runs back to May 2026, and per-item daily price points are archived without a retention cutoff.
Use the repeated providers=buffmarket parameter on supported list endpoints such as prices, bids, and sales. Raw price history uses the singular provider=buffmarket parameter.
Check endpoint access, choose a plan, and create your key.