Skip to main content
Marketplace profile
Updated

CSFloat API for CS2

Query CSFloat listings, buy orders, and completed sales through one CS2Cap endpoint. Rather than integrating CSFloat directly, you get its feed normalized alongside every other marketplace we track.

CSFloat is the float-and-pattern marketplace: buyers there care about the exact wear value, paint seed, and sticker placement, not just the skin name. That makes it the reference venue for high-float-sensitivity items, where two listings of the same skin can differ in price by an order of magnitude. Its listings carry the item detail that generic marketplaces flatten away.

CS2Cap tracks 2.3M CSFloat listings across 27.4K items, 65.0% of the CS2 catalog, holding $67.2M in listed value. That makes it the 7th-largest listing book of the 41 marketplaces tracked here. The feed refreshes every 5 minutes, with buy orders and completed sales. Daily CSFloat price history runs back to Mar 2020.

Current coverage recordLive
Listings
2.3M
Unique items
27.4K
Catalog coverage
65.0%
Total value
$67.2M
Selling Fee
2.0%
Market type
P2P
CSFloat API requestprovider-filtered
cURL
curl -sS \
  -H "Authorization: Bearer $CS2C_API_KEY" \
  "https://api.cs2c.app/prices?providers=csfloat&currency=USD&limit=1"
Feed capabilities
Current listingsAvailable
Buy ordersAvailable
Recent salesAvailable
What this record means

CS2Cap normalizes CSFloat 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 CSFloat 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+10.0%
2.3M
Total value-3.0%
$67.2M
CSFloat data
Listing prices

Lowest listed price and quantity for items available on CSFloat, refreshed every 5 minutes.

Buy orders

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

Recent sales

Individual CSFloat sale records: price, timestamp, and float value and paint seed where the marketplace publishes them.

Doppler phases

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

Historical data

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

Analytics

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

Applications

Use CSFloat in context

01

Cross-market comparison

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

02

Automated monitoring

Track CSFloat pricing programmatically alongside other providers.

03

Market analysis

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

04

Order spreads

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

Questions

Before you build

Is this an official CSFloat API?

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

What data is available from CSFloat?

CS2Cap returns CSFloat listing prices, buy orders, and individual sale records, refreshed every 5 minutes, with daily history since Mar 2020.

Is CSFloat the same as CSGOFloat, csfloat.com?

Yes. CSFloat is also written as CSGOFloat, csfloat.com. 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 CSFloat 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?

CSFloat daily price history runs back to Mar 2020, and per-item daily price points are archived without a retention cutoff.

How do I filter for this provider only?

Use the repeated providers=csfloat parameter on supported list endpoints such as prices, bids, and sales. Raw price history uses the singular provider=csfloat parameter.

Build against the same data.

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