Float-aware CS2 listings from CSFloat, unified with every other marketplace we track, behind a single REST endpoint.
http://csfloat.com
Tracked items
—
Active listings (24h)
Last update
—
—
Refresh cadence
—
Between scrapes
24h Volume
—
Sum price × quantity
Filter the unified /steam/api/items endpoint
with markets=csfloat to
return only CSFloat listings — or omit it for a side-by-side view across every marketplace.
On top of the unified /steam/api/items route, every market we cover gets two convenience endpoints — one schema, one auth header, every marketplace.
/market/csfloat/prices
Returns the current CSFloat catalogue as a flat array. Each row is one item with the lowest active price we have on record.
[
{
"market_hash_name": "Souvenir UMP-45 | Gunsmoke (Minimal Wear)",
"price": 130.69,
"quantity": 1,
"createdat": "2026-05-25T00:00:00+00:00",
"variants": null
},
{
"market_hash_name": "Sticker | Slab (Foil) | Krakow 2017",
"price": 114.65,
"quantity": 1,
"createdat": "2026-05-25T00:00:00+00:00",
"variants": null
}
]
/market/csfloat/history
Daily-snapshot history of the lowest CSFloat price for a given item, ideal for charts and portfolio trackers.
[
{
"createdat": "2026-05-18T00:00:00+00:00",
"price": 124.40,
"quantity": 1
},
{
"createdat": "2026-05-24T00:00:00+00:00",
"price": 130.69,
"quantity": 1
}
]
Prefer one call across every marketplace? Use the unified /steam/api/items endpoint with markets=… — same DTO, comparison data included.
CSFloat is one of the most trusted Western CS2 marketplaces, specifically designed around float values and sticker authenticity. If your application cares about the exact float of an item — for arbitrage, for portfolio tracking, or for showcasing low-float trophies — CSFloat is one of the few data sources that lets you query by float range natively.
Our API normalises CSFloat listings into the same JSON schema we use across every market we cover. You get the float value, the listing price, the seller, the stickers, and a side-by-side comparison against Buff, Skinport, DMarket and the rest. One key, one schema.
CSFloat is a Western CS2 marketplace focused on float values and sticker authenticity. It's widely considered one of the most trustworthy P2P marketplaces in the CS2 ecosystem.
CSFloat is CS2-exclusive — it doesn't list other Steam games. Our API surfaces its full CS2 catalogue alongside the same items on Buff, Skinport and others.
Get an API key and call /steam/api/items with markets=csfloat. The response includes float values where available, so you can filter or sort by float without any extra requests.
We scrape CSFloat on a regular cadence — check the 'Last refresh' stat above for the most recent pull. Hot items refresh more often than the long tail.
CSFloat is widely regarded as one of the safest P2P marketplaces in CS2. Still — verify directly with the marketplace before transacting. We surface CSFloat for data, not as a trading recommendation.
One key. One schema. Every marketplace.