
CSFloat API for CS2 Skin Prices
Pull CSFloat-oriented CS2 price data through a single REST API — same auth as YouPin and BUFF, consistent JSON, and full OpenAPI documentation for production integrations.
Why CSPriceAPI
What you get with the CSFloat API
- Live CSFloat price snapshots (USD)
- Doppler phase prices available for cross-market checks
- Volume and multi-period change columns
- Ideal for CSFloat vs YouPin / Skinport comparisons
- One API key across all CSPriceAPI markets
Highlight
Doppler phase prices
CSPriceAPI tracks every Doppler & Gamma Doppler phase individually — Phase 1‑4, Ruby, Sapphire, Black Pearl, Emerald — so the CSFloat price you read is the price of the actual phase, not an averaged guess.
Browse Doppler pricesEverything in one API
Built for CS2 traders & developers
Live & historical
Real-time CSFloat listings and multi-year history for charts, alerts and analytics.
Doppler & pattern data
Per-phase Doppler / Gamma Doppler prices, plus pattern-aware fields for blue gems and rare seeds.
Change metrics
24h / 7d / 30d / 90d change columns built in — no extra computation on your side.
One key, all markets
Same API key works for YouPin, BUFF163, Skinport, SkinBaron, C5Game, CSFloat and more.
Float-ranged buckets
Float-range v1 + v2 endpoints for low-float trading and ultra-rare 0.00–0.01 hunts.
OpenAPI 3.1
Versioned REST endpoints with full OpenAPI reference and interactive try-it requests.
Developer API
CSFloat REST endpoints
Authenticate with a Bearer API key from the dashboard. The same key works across YouPin, BUFF163, Skinport, SkinBaron, C5Game and CSFloat. Full schema available in the OpenAPI docs.
curl -s "https://api.cspriceapi.com/v1/prices/csfloat" \ -H "Authorization: Bearer YOUR_API_KEY"
Base URL: https://api.cspriceapi.com
FAQ
CSFloat questions answered
Does CSPriceAPI provide a CSFloat API?+
Yes. Use GET /v1/prices/csfloat with your API key. Check /docs for the exact response schema and authentication headers.
Can I compare CSFloat with other markets?+
Yes. Request multiple market endpoints (e.g. csfloat, youpin, skinport) with the same API key and align items by market_hash_name in your application.
Other markets