Skip to main content
// FEATURE

CS2 Sales API

Retrieve recent CS2 skin sale records including price, float, and paint seed data from supported marketplaces.

GET /v1/sales?market_hash_name="M4A1-S | Blue Phosphor"&providers=csfloat
curl https://api.cs2c.app/v1/sales?market_hash_name="M4A1-S | Blue Phosphor"&providers=csfloat

{
  "meta": {
    "currency": "USD",
    "filters": {
      "market_hash_name": "M4A1-S | Blue Phosphor (Factory New)",
      "requested_providers": ["csfloat"]
    },
    "result_count": 50
  },
  "items": [
    {
      "date": "2026-05-13T08:47:25.172301Z",
      "price": 75211,
      "float": 0.007452671881765127,
      "paint_seed": 121,
      "stickers": [
        {"name": "Sticker | FalleN | Austin 2025", "slot": 0, "wear": 1.0}
      ],
      "charms": [
        {"name": "Charm | Lil' Tusk", "pattern_id": 20257}
      ],
      "inspect": {"in_game": "steam://rungame/730/76561202255233023/+csgo_econ_action_preview"}
    }
  ]
}
// SUPPORTED DATA

WHAT'S INCLUDED

REAL-TIME PRICING

HISTORICAL DATA

MARKET ANALYTICS

ITEM CATALOG

// USE CASES

WHAT YOU CAN BUILD

TRADING AUTOMATION

Build bots and tools that respond to market data in real time.

PRICE COMPARISON

Compare prices across marketplaces in a single query.

DATA ANALYSIS

Analyze historical trends, spreads, and volume over time.

PORTFOLIO TRACKING

Track inventory values and monitor market movements.

// FAQ

COMMON QUESTIONS

How do I get started?

Sign up for a free account, generate an API key, and start making requests. Full documentation is available in the API reference.

What data formats are supported?

All endpoints return JSON. Request and response schemas are documented in the OpenAPI specification.

Is there a free tier?

Yes. Sign in to see available plans and rate limits for each tier.

READY TO
INTEGRATE?

Explore the full API reference, endpoints, and pricing.