Skip to main content
Marketplace profile
Updated

CS.Trade API for CS2

Query CS.Trade listings and price history through one CS2Cap endpoint. Rather than integrating CS.Trade directly, you get its feed normalized alongside every other marketplace we track.

CS.Trade is a swap venue: items are exchanged against its own stock at a posted spread rather than sold for cash. A tight spread over a small catalog makes it a reference for high-turnover skins rather than a broad valuation source. Its prices answer one question well: what this item is worth in trade, today, against stock someone will actually part with.

CS2Cap tracks 13K CS.Trade listings across 3.7K items, 8.9% of the CS2 catalog, holding $196.2K in listed value. That makes it the 36th-largest listing book of the 41 marketplaces tracked here. The feed refreshes every 5 minutes. Daily CS.Trade price history runs back to Apr 2026.

Current coverage recordLive
Listings
13K
Unique items
3.7K
Catalog coverage
8.9%
Total value
$196.2K
Trading Spread Fee
8.0%
Market type
TRADING
CS.Trade API requestprovider-filtered
cURL
curl -sS \
  -H "Authorization: Bearer $CS2C_API_KEY" \
  "https://api.cs2c.app/prices?providers=cstrade&currency=USD&limit=1"
Feed capabilities
Current listingsAvailable
Buy ordersNot reported
Recent salesNot reported
What this record means

CS2Cap normalizes CS.Trade into the same item, price, currency, and timestamp conventions used for every tracked marketplace. Coverage is reported from the current provider contract; historical depth is not inferred when it is not declared.

Tracked history

How CS.Trade has moved

Ninety days of daily snapshots, recorded by CS2Cap since April 27, 2026. Nobody publishes this history: reconstructing it means polling the marketplace every day and keeping the results.

Listings+6.4%
13K
Total value-14.6%
$196.4K
CS.Trade data
Listing prices

Lowest listed price and quantity for items available on CS.Trade, refreshed every 5 minutes.

Historical data

Daily CS.Trade price points archived without a retention cutoff, plus intraday candles over the recent window.

Analytics

Cross-marketplace analytics including CS.Trade in spread and volume calculations.

Applications

Use CS.Trade in context

01

Cross-market comparison

Compare CS.Trade prices against other marketplaces in a single API call.

02

Automated monitoring

Track CS.Trade pricing programmatically alongside other providers.

03

Market analysis

Include CS.Trade data in spread, volume, and pricing analysis across markets.

04

Portfolio tracking

Include CS.Trade valuations in inventory and portfolio pricing tools.

Questions

Before you build

Is this an official CS.Trade API?

No. CS2Cap is a third-party aggregation service. CS.Trade data is included as one of many supported marketplace sources.

What data is available from CS.Trade?

CS2Cap returns CS.Trade listing prices, refreshed every 5 minutes, with daily history since Apr 2026.

Is CS.Trade the same as CS.Trade?

Yes. CS.Trade is also written as CS.Trade. Those names all refer to the same marketplace, and this page covers that single feed.

Are Doppler phases and float values priced separately?

No. CS.Trade prices are keyed by item name and Doppler phases are not broken out on this feed. Float value and paint seed appear on individual sale records from marketplaces that publish them.

How far back does the data go?

CS.Trade daily price history runs back to Apr 2026, and per-item daily price points are archived without a retention cutoff.

How do I filter for this provider only?

Use the repeated providers=cstrade parameter on supported list endpoints such as prices, bids, and sales. Raw price history uses the singular provider=cstrade parameter.

Build against the same data.

Check endpoint access, choose a plan, and create your key.