API Documentation
Real-time CS2 skin prices via REST API. All requests require an API key.
Authentication
Include your API key in the x-api-key header with every request.
curl -H "x-api-key: YOUR_API_KEY" "https://api.cspriceapi.com/v1/prices/youpin?limit=5"Endpoints
Rate Limits
Limits depend on your plan. Exceeding limits returns 429. Check your plan in the Dashboard.
Quick Start
- Get your API key from the Dashboard.
- Set the x-api-key header on every request.
- Use the endpoints above. Responses are JSON.