# C5Game price API for Counter-Strike 2

Full documentation for the C5Game price API for CS2: real-time ask/bid in USD, updated every ~5 minutes, Doppler variants priced individually, and 3+ years of C5Game price history.

The cs2.sh C5Game API returns real-time C5Game prices for every CS2 item: `ask`, `ask_volume`, and `bid` on `/v1/prices/latest`, collected every few minutes and normalized from CNY to USD. C5Game's own API is limited to Chinese accounts; outside China, cs2.sh is the practical way to read C5Game prices.

Doppler, Gamma Doppler, and Case Hardened are priced individually, refreshing every ~5 minutes.

`/v1/prices/history` returns continuously updating OHLC candles at `5m`/`30m`/`1h`/`1d` for every C5Game item. `/v1/archive/history` covers daily and hourly C5Game prices, item supply, and sale volume back to 2023.

Every response is JSON keyed by the canonical `market_hash_name`, with `updated_at` and `collected_at` timestamps on every price. GET returns the whole market in one call; POST returns specific items. The same key and schema cover BUFF, Youpin, CSFloat, Steam, and Skinport.

About C5Game: c5game.com is a peer-to-peer CS2 marketplace in China, pricing in Chinese yuan. Its free official API is limited to Chinese accounts, so C5Game data is effectively unavailable outside China.

Updated 2026-08-21

## Fields

|  |  |
| --- | --- |
| `ask` | Lowest listing price (USD) |
| `ask_volume` | Items listed for sale |
| `bid` | Highest buy order (USD) |

## endpoints

|  |  |
| --- | --- |
| [`/v1/prices/latest`](https://cs2.sh/docs/prices-latest) | Live C5Game ask/bid prices and volumes in USD, refreshed every ~5 minutes |
| [`/v1/prices/history`](https://cs2.sh/docs/prices-history) | Continuously updating OHLC candles at 5m/30m/1h/1d, since December 24th, 2025 |
| [`/v1/archive/history`](https://cs2.sh/docs/archive-history) | Daily and hourly C5Game prices, supply, and sale volume back to 2023 |

## common questions

### How often does cs2.sh update C5Game prices?

cs2.sh collects C5Game listing prices, buy orders, and volumes for every item every few minutes, normalized from CNY to USD. Variant prices refresh every ~5 minutes.

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

cs2.sh keeps two C5Game histories: OHLC candles at 5m/30m/1h/1d since December 24th, 2025, and daily and hourly archive data back to 2023, depth that is effectively unavailable outside China.

### Does the C5Game API cover Doppler and Case Hardened variants?

Yes. Doppler phases, Gamma Doppler, and Case Hardened tiers are each priced individually.
