Skip to main content
Marketplace profile
Updated

Buff Market API for CS2

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.

Current coverage recordLive
Listings
1.2M
Unique items
33.6K
Catalog coverage
79.6%
Total value
$76.4M
Selling Fee
2.5%
Market type
P2P
BUFF Market API requestprovider-filtered
cURL
curl -sS \
  -H "Authorization: Bearer $CS2C_API_KEY" \
  "https://api.cs2c.app/prices?providers=buffmarket&currency=USD&limit=1"
Feed capabilities
Current listingsAvailable
Buy ordersAvailable
Recent salesNot reported
What this record means

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.

Tracked history

How BUFF Market has moved

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.

Listings+270.7%
1.2M
Total value+40.1%
$76.3M
BUFF Market data
Listing prices

Lowest listed price and quantity for items available on BuffMarket, refreshed every 3 hours.

Buy orders

Highest standing bid and bid count from BuffMarket via the Buy Orders endpoint.

Doppler phases

Doppler and Gamma Doppler phases priced as separate entries on the BuffMarket feed, not folded into the base skin.

Historical data

Daily BuffMarket price points archived without a retention cutoff, plus intraday candles over the recent window.

Analytics

Cross-marketplace analytics including BuffMarket in spread and volume calculations.

Applications

Use BUFF Market in context

01

Cross-market comparison

Compare BuffMarket prices against other marketplaces in a single API call.

02

Automated monitoring

Track BuffMarket pricing programmatically alongside other providers.

03

Market analysis

Include BuffMarket data in spread, volume, and pricing analysis across markets.

04

Order spreads

Calculate BuffMarket order spreads using combined price and buy order data.

Questions

Before you build

Is this an official BuffMarket API?

No. CS2Cap is a third-party aggregation service. BuffMarket data is included as one of many supported marketplace sources.

What data is available from BuffMarket?

CS2Cap returns BuffMarket listing prices, buy orders, refreshed every 3 hours, with daily history since May 2026.

Is BuffMarket the same as BUFF Market, buff.market?

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.

Are Doppler phases and float values priced separately?

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.

How far back does the data go?

BuffMarket daily price history runs back to May 2026, and per-item daily price points are archived without a retention cutoff.

How do I filter for this provider only?

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.

Build against the same data.

Check endpoint access, choose a plan, and create your key.