# Live CS2 API demo

This is the full cs2.sh API running on live data. Pick any of 19 curated items, from knives and gloves to cases and commodity skins, switch between 12 endpoints, and see exactly what the API returns: current bid and ask prices, full Steam order books, BUFF float-range pricing, liquidity estimates, and price history going back to 2013. Every value is real and refreshes on its own.

## The demo runs 12 live endpoints, from all-marketplace prices to single-marketplace order books and archives, against 19 real CS2 items priced across BUFF, CSFloat, Steam, Youpin, C5Game, and Skinport:

- [Live prices for all marketplaces](https://cs2.sh/docs/prices-latest#post-v1priceslatest) (`POST /v1/prices/latest`): Current bid/ask prices for specific items across all six marketplaces in one request.
- [Liquidity estimates](https://cs2.sh/docs/liquidity-items) (`GET /v1/liquidity/items`): Liquidity bucket for every tracked item, computed from sale velocity, plus an estimated sale time.
- [BUFF float-range live prices](https://cs2.sh/docs/market-buff-latest) (`GET /v1/market/buff/latest`): Latest BUFF float ranges and fade ranges, plus per-variant ranges for Doppler phases and Case Hardened tiers.
- [Steam bid/ask orderbook](https://cs2.sh/docs/market-steam-latest) (`GET /v1/market/steam/latest`): Latest full-depth Steam Community Market orderbooks: per-level bid and ask prices with the volume at each level.
- [CS2 item schema](https://cs2.sh/docs/schema) (`GET /v1/schema`): The full item schema: names, images, rarities, collections, marketplace ids, and variants.
- [High-frequency price history](https://cs2.sh/docs/prices-history) (`POST /v1/prices/history`): OHLC price history with configurable intervals (5m to 1d) across all six marketplaces.
- [BUFF float-range price history](https://cs2.sh/docs/market-buff-history) (`POST /v1/market/buff/history`): OHLC history for BUFF float ranges and fade ranges at 30m, 1h, or 1d intervals. Data begins May 19, 2026.
- [Steam bid/ask orderbook history](https://cs2.sh/docs/market-steam-history) (`POST /v1/market/steam/history`): Full-depth Steam orderbook snapshots per 1h or 1d bucket, each carrying the order ladder inside it.
- [Archive price history (3y+)](https://cs2.sh/docs/archive-history) (`POST /v1/archive/history`): Long-term archive prices from 2023 onward at 1h or 1d intervals. The aggregate source includes hourly_volume and total_supply.
- [CSFloat sale history (3y+)](https://cs2.sh/docs/archive-csfloat) (`POST /v1/archive/csfloat`): Daily sale price and volume from CSFloat since 2022.
- [Steam sale history (10y+)](https://cs2.sh/docs/archive-steam) (`POST /v1/archive/steam`): Native Steam median sale price and volume history at 1h or 1d intervals, with daily data back to 2013.
- [Youpin sale history (1h/4h/12h)](https://cs2.sh/docs/archive-youpin) (`POST /v1/archive/youpin`): Youpin sale prices at 1h, 4h, and 12h intervals as independent series, one sale per bucket, in USD. 12h data begins November 12, 2025.

## The 19 items available in the demo:

- USP-S | Printstream (Factory New)
- ★ Karambit | Doppler (Factory New)
- Kilowatt Case
- AWP | Asiimov (Field-Tested)
- ★ Sport Gloves | Pandora's Box (Field-Tested)
- Sir Bloody Miami Darryl | The Professionals
- ★ M9 Bayonet | Doppler (Factory New)
- Desert Eagle | Blaze (Factory New)
- Operation Riptide Case
- ★ Butterfly Knife | Gamma Doppler (Factory New)
- M4A4 | Temukau (Field-Tested)
- Charm | Hot Howl
- ★ Sport Gloves | Nocts (Field-Tested)
- SSG 08 | Dragonfire (Factory New)
- Howl Pin
- MP9 | Starlight Protector (Field-Tested)
- AK-47 | Case Hardened (Field-Tested)
- Glock-18 | Fade (Factory New)
- ★ Butterfly Knife | Fade (Factory New)

## demo questions

### Is the demo using real data?

Yes. Every price, order book, and history point comes straight from the live cs2.sh API. Nothing is mocked, and the default view refreshes about every 30 seconds.

### Do I need an API key or an account?

No. The demo is public and needs no key or signup. It runs a fixed set of 19 items so anyone can explore the full response shape before subscribing.

### Which marketplaces does the demo cover?

Six normalized sources: BUFF, CSFloat, Steam, Youpin, C5Game, and Skinport. Prices are keyed by market_hash_name, so the same item lines up across all of them.

### Which endpoints can I try?

12 endpoints: live prices and price history across all marketplaces, BUFF float-range data, Steam order books, long-term archives and sale history, liquidity, and the item schema.

### How far back does the price history go?

It depends on the source. Third-party archives go back to 2022 and 2023, and native Steam sale history goes back to 2013 for items that have it.

### Can I use this for the whole CS2 catalog?

The demo explores the API on a curated set of items. Full access covers every tracked item across all six marketplaces. See the [pricing page](https://cs2.sh/pricing) and the [docs](https://cs2.sh/docs/introduction) to get started.
