Professional-grade analytics for CS2 skin traders. Real-time prices, candlestick charts, arbitrage detection, and technical indicators across every major marketplace.
Live market reads, execution signals, and price structure in one trading surface.
Lowest ask and highest bid across every market, at a glance.
Each phase priced separately. No mixing Ruby with Black Pearl.
What items actually sold for — not just asking prices.
5-minute candles down to the moment of every case drop and update.
A year+ of price history across every release and patch.
Float, pattern index, stickers, paint seed — all the detail that matters.
SMA, EMA, RSI, MACD, Bollinger — applied to skin price data.
Cross-market gaps surfaced automatically. Set your filters.
Every major CS2 marketplace. One search, one view.
Integrate real-time CS2 market data into your apps, bots, and tools. Prices, trades, arbitrage signals, and historical data — all via a single REST API.
curl https://api.cs2c.app/v1/web/prices?item_id=9879&limit=3
{
"meta": {
"currency": "USD",
"returned_providers": ["csfloat"]
},
"items": [
{
"item_id": 9879,
"market_hash_name": "★ Karambit | Fade (Factory New)",
"lowest_ask": 203000,
"provider": "csfloat"
}
]
}