Home/CS2 Price API/YouPin
YouPin API for CS2 Skin Prices & Buy Orders
Access YouPin (YouPin898) market data through a single REST API: current listings, buy-order prices, volume, and float-ranged buckets — normalized JSON with one API key.
What you get with the YouPin API
- Live YouPin price snapshots with 24h / 7d / 30d change fields
- Dedicated buy-order endpoint for YouPin
- Float-ranged pricing (v1 and v2) for low-float hunting
- Same auth and response shape as other markets on CS:Price API
YouPin API endpoints
GET /v1/prices/youpin
GET /v1/prices/youpin/buyorder
GET /v1/prices/float-ranged
YouPin float buckets (v1)
GET /v2/prices/float-ranged
Slim float-ranged table (v2)
Base URL: https://api.cspriceapi.com. Full reference: OpenAPI docs.
Quick start
curl -s "https://api.cspriceapi.com/v1/prices/youpin" \ -H "Authorization: Bearer YOUR_API_KEY"
FAQ
Is there a YouPin API for CS2 prices?
Yes. CS:Price API exposes YouPin data via GET /v1/prices/youpin and related endpoints. Authenticate with a Bearer API key from your dashboard.
Does the YouPin API include buy-order prices?
Yes. Use GET /v1/prices/youpin/buyorder for buy-order and related fields alongside standard listing prices.