Home/CS2 Price API/CSFloat

CSFloat logo

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.

What you get with the CSFloat API

  • Live CSFloat price snapshots (USD)
  • Volume and multi-period change columns
  • Ideal for CSFloat vs YouPin / Skinport comparisons
  • One API key across all CS:Price markets

CSFloat API endpoints

GET /v1/prices/csfloat

Base URL: https://api.cspriceapi.com. Full reference: OpenAPI docs.

Quick start

curl -s "https://api.cspriceapi.com/v1/prices/csfloat" \
  -H "Authorization: Bearer YOUR_API_KEY"

FAQ

Does CS:Price 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.