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

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.
curl -sS \
-H "Authorization: Bearer $CS2C_API_KEY" \
"https://api.cs2c.app/prices?providers=csfloat¤cy=USD&limit=1"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.
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 CSFloat, refreshed every 5 minutes.
Highest standing bid and bid count from CSFloat via the Buy Orders endpoint.
Individual CSFloat 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 CSFloat feed, not folded into the base skin.
Daily CSFloat price points archived without a retention cutoff, plus intraday candles over the recent window.
Cross-marketplace analytics including CSFloat in spread and volume calculations.
Compare CSFloat prices against other marketplaces in a single API call.
Track CSFloat pricing programmatically alongside other providers.
Include CSFloat data in spread, volume, and pricing analysis across markets.
Calculate CSFloat order spreads using combined price and buy order data.
No. CS2Cap is a third-party aggregation service. CSFloat data is included as one of many supported marketplace sources.
CS2Cap returns CSFloat listing prices, buy orders, and individual sale records, refreshed every 5 minutes, with daily history since Mar 2020.
Yes. CSFloat is also written as CSGOFloat, csfloat.com. 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 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.
CSFloat daily price history runs back to Mar 2020, and per-item daily price points are archived without a retention cutoff.
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.
Check endpoint access, choose a plan, and create your key.