MARKETPLACE API
CSFloat
P2P

CSFloat API

Float-aware CS2 listings from CSFloat, unified with every other marketplace we track, behind a single REST endpoint.

csfloat.com

Tracked items

26,930

Active listings (24h)

Last update

2026-07-26

05:00 UTC

Refresh cadence

~16 min

Between scrapes

24h Volume

$68,432,893

Sum price × quantity

CSFloat at a glance

Trust signals, fee structure and supported payment rails — pulled directly from our marketplace registry.

Trust & profile

P2P marketplace

Top 10 most expensive items on CSFloat

A visual preview of what the price API actually returns — pulled live from our DB.

We always return the lowest price
# Item Lowest price
1
MP7 | Teal Blossom (Battle-Scarred) MP7 | Teal Blossom (Battle-Scarred)
$100,000.00
2
XM1014 | Ancient Lore (Battle-Scarred) XM1014 | Ancient Lore (Battle-Scarred)
$100,000.00
3
★ Gut Knife | Crimson Web (Factory New) ★ Gut Knife | Crimson Web (Factory New)
$66,666.66
4
Sticker | iBUYPOWER (Holo) | Katowice 2014 Sticker | iBUYPOWER (Holo) | Katowice 2014
$61,000.00
5
★ Sport Gloves | Hedge Maze (Factory New) ★ Sport Gloves | Hedge Maze (Factory New)
$33,847.14
6
EMS Katowice 2014 Challengers EMS Katowice 2014 Challengers
$31,086.27
7
Sticker | Team Dignitas (Holo) | Katowice 2014 Sticker | Team Dignitas (Holo) | Katowice 2014
$31,000.00
8
Souvenir G3SG1 | Arctic Camo (Minimal Wear) Souvenir G3SG1 | Arctic Camo (Minimal Wear)
$30,000.00
9
Sticker | max (Gold) | Cologne 2026 Sticker | max (Gold) | Cologne 2026
$25,153.23
10
EMS Katowice 2014 Legends EMS Katowice 2014 Legends
$23,999.99

Prices reflect the cheapest active CSFloat listing per item over the last 24 hours.

Games supported on CSFloat

Query CSFloat via our API

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.

  • Single auth header, same JSON schema for every market.
  • Filter by game, item name, price range, float.
  • Sort by price, listing volume, or recency.
  • Same DTO across REST and WebSocket streams.
CSFloat API Request
# curl with API key
curl "https://www.steamwebapi.com/steam/api/items?key=$KEY&markets=csfloat&game=cs2"
# PHP
$res = file_get_contents('https://www.steamwebapi.com/steam/api/items?key=' . $KEY . '&markets=csfloat');
$items = json_decode($res, true);
# Node.js / JavaScript
const r = await fetch(`https://www.steamwebapi.com/steam/api/items?key=${KEY}&markets=csfloat`);
const items = await r.json();

Dedicated CSFloat endpoints

On top of the unified /steam/api/items route, every market we cover gets two convenience endpoints — one schema, one auth header, every marketplace.

GET /market/csfloat/prices

Live prices snapshot

Returns the current CSFloat catalogue as a flat array. Each row is one item with the lowest active price we have on record.

Sample response
[
  {
    "market_hash_name": "Souvenir UMP-45 | Gunsmoke (Minimal Wear)",
    "price": 130.69,
    "quantity": 1,
    "createdat": "2026-07-26T00:00:00+00:00",
    "variants": null
  },
  {
    "market_hash_name": "Sticker | Slab (Foil) | Krakow 2017",
    "price": 114.65,
    "quantity": 1,
    "createdat": "2026-07-26T00:00:00+00:00",
    "variants": null
  }
]
  • · Same JSON schema across every marketplace we cover.
  • · We surface the lowest price per item — never an average, never a stale tick.
  • · Optionally filter by market_hash_name or convert prices via ?currency=EUR.
GET /market/csfloat/history

Per-item price history

Daily-snapshot history of the lowest CSFloat price for a given item, ideal for charts and portfolio trackers.

Sample response
[
  {
    "createdat": "2026-07-19T00:00:00+00:00",
    "price": 124.40,
    "quantity": 1
  },
  {
    "createdat": "2026-07-25T00:00:00+00:00",
    "price": 130.69,
    "quantity": 1
  }
]
  • · One row per day, always the lowest price we recorded for that day.
  • · Bounded with start_date and end_date (YYYY-MM-DD).
  • · market_hash_name is required — history is per-item, not per-market.

Prefer one call across every marketplace? Use the unified /steam/api/items endpoint with markets=… — same DTO, comparison data included.

CSFloat vs. other marketplaces

All marketplaces
Marketplace Tracked items
Skinport http://www.skinport.com 36,725
Waxpeer http://waxpeer.com 21,320
Skinbaron http://skinbaron.de 21,219
CSGOcom http://market.csgo.com 27,059
HaloSkins http://www.haloskins.com 29,035

About CSFloat

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 API — FAQ

What is CSFloat?

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.

Which games does CSFloat support?

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.

Do I need a CSFloat API key to access CSFloat prices?

Use your Steamwebapi API key and call /steam/api/items with markets=csfloat. The Steamwebapi documentation describes the request and normalized response; this is separate from any credential issued directly by CSFloat.

How fresh are CSFloat prices?

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.

Is CSFloat safe to use?

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.

Start querying CSFloat in minutes

One key. One schema. Every marketplace.