CS:Price API Logo

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

  1. Get your API key from the Dashboard.
  2. Set the x-api-key header on every request.
  3. Use the endpoints above. Responses are JSON.