MARKETPLACE API
CSFloat
P2P

CSFloat API

Annonces CS2 conscientes du float depuis CSFloat, unifiées avec chaque autre marketplace que nous suivons, derrière un seul endpoint REST.

csfloat.com

Operational proof

The leading Steam data platform for production applications.

Established in 2018 and trusted by developers, marketplaces and trading platforms.

10,094 registered developer accounts
8 supported games
166,018 marketable items
14 active marketplaces
47,321,725 active listings
2018 operating since
Used across the Steam ecosystem Skinpull Esportfire Eliteskins RentSkins Botchicken

Tracked items

27,708

Active listings (24h)

Last update

2026-09-10

20:45 UTC

Refresh cadence

~5 min

Between scrapes

24h Volume

$66,219,981

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
Souvenir SCAR-20 | Stone Mosaico (Factory New) Souvenir SCAR-20 | Stone Mosaico (Factory New)
$99,999.00
2
Sticker | Titan (Holo) | Katowice 2014 Sticker | Titan (Holo) | Katowice 2014
$69,690.00
3
Sticker | iBUYPOWER (Holo) | Katowice 2014 Sticker | iBUYPOWER (Holo) | Katowice 2014
$65,000.00
4
Sticker | Reason Gaming (Holo) | Katowice 2014 Sticker | Reason Gaming (Holo) | Katowice 2014
$45,000.00
5
★ Sport Gloves | Hedge Maze (Factory New) ★ Sport Gloves | Hedge Maze (Factory New)
$34,216.10
6
EMS Katowice 2014 Challengers EMS Katowice 2014 Challengers
$31,075.92
7
★ Sport Gloves | Slingshot (Factory New) ★ Sport Gloves | Slingshot (Factory New)
$30,000.00
8
Sticker | Team Dignitas (Holo) | Katowice 2014 Sticker | Team Dignitas (Holo) | Katowice 2014
$29,015.56
9
Souvenir FAMAS | Teardown (Battle-Scarred) Souvenir FAMAS | Teardown (Battle-Scarred)
$27,272.27
10
Sticker | Team LDLC.com (Holo) | Katowice 2014 Sticker | Team LDLC.com (Holo) | Katowice 2014
$27,000.00

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 -H "X-Api-Key: $KEY" "https://www.steamwebapi.com/steam/api/items?markets=csfloat&game=cs2"
# PHP
$client = \Symfony\Component\HttpClient\HttpClient::create();
$res = $client->request('GET', 'https://www.steamwebapi.com/steam/api/items?markets=csfloat&game=cs2', ['headers' => ['X-Api-Key' => $KEY]]);
$items = $res->toArray();
# Node.js / JavaScript
const r = await fetch(`https://www.steamwebapi.com/steam/api/items?markets=csfloat&game=cs2`, { headers: { 'X-Api-Key': KEY } });
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-09-10T00:00:00+00:00",
    "variants": null
  },
  {
    "market_hash_name": "Sticker | Slab (Foil) | Krakow 2017",
    "price": 114.65,
    "quantity": 1,
    "createdat": "2026-09-10T00: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-09-03T00:00:00+00:00",
    "price": 124.40,
    "quantity": 1
  },
  {
    "createdat": "2026-09-09T00: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
skin.land https://app.skin.land 35,968
Youpin https://youpin898.com 32,092
Skinflow https://skinflow.gg 19,226
Buff163 https://buff.163.com 31,450
CS.DEALS https://cs.deals 8,418

About CSFloat

CSFloat est l'un des marketplaces CS2 occidentaux les plus fiables, spécifiquement conçu autour des valeurs float et de l'authenticité des stickers. Si votre application se soucie du float exact d'un item — pour l'arbitrage, le suivi de portfolio, ou la mise en avant de trophées low-float — CSFloat est l'une des rares sources de données qui permet de filtrer par plage de float nativement.

CSFloat API — FAQ

Qu'est-ce que CSFloat ?

CSFloat est un marketplace CS2 occidental axé sur les valeurs float et l'authenticité des stickers. Largement considéré comme l'un des marketplaces P2P les plus fiables de l'écosystème CS2.

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.

Comment accéder aux prix CSFloat ?

Récupérez une clé API et appelez /steam/api/items avec markets=csfloat. La réponse inclut les valeurs float là où disponible — filtrez ou triez par float sans requêtes supplémentaires.

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.

CSFloat est-il sûr ?

CSFloat est largement reconnu comme l'un des marketplaces P2P les plus sûrs de CS2. Néanmoins, vérifiez directement avec le marketplace avant toute transaction. Nous exposons CSFloat pour les données, pas comme recommandation de trade.

Start querying CSFloat in minutes

One key. One schema. Every marketplace.

Direct support

Cannot find the right endpoint, data source or plan?

Tell the Steamwebapi team what you are building. A short sentence is enough — we will help you identify the right product and the simplest way to integrate it.

S
Steamwebapi team Product and integration support
Hi — what are you building, and what could you not find? Send us the question exactly as you have it.
Opens our existing live support chat.