Cross-market comparison
Compare DMarket prices against other marketplaces in a single API call.

Query DMarket listings, buy orders, and completed sales through one CS2Cap endpoint. Rather than integrating DMarket directly, you get its feed normalized alongside every other marketplace we track.
DMarket is a worldwide cash marketplace with both instant-sale and listing flows, which means it carries two distinct prices for the same item: what you can sell for right now, and what a listing might eventually fetch. That spread is one of the more useful signals in the market, and it is why DMarket appears in most cross-market comparisons.
CS2Cap tracks 657.4K DMarket listings across 20.6K items, 48.9% of the CS2 catalog, holding $11.9M in listed value. That makes it the 25th-largest listing book of the 41 marketplaces tracked here. The feed refreshes every 10 minutes, with buy orders and completed sales. Daily DMarket price history runs back to Mar 2026.
curl -sS \
-H "Authorization: Bearer $CS2C_API_KEY" \
"https://api.cs2c.app/prices?providers=dmarket¤cy=USD&limit=1"CS2Cap normalizes DMarket 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.
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.
Lowest listed price and quantity for items available on DMarket, refreshed every 10 minutes.
Highest standing bid and bid count from DMarket via the Buy Orders endpoint.
Individual DMarket sale records: price, timestamp, and float value and paint seed where the marketplace publishes them.
Doppler and Gamma Doppler phases priced as separate entries on the DMarket feed, not folded into the base skin.
Daily DMarket price points archived without a retention cutoff, plus intraday candles over the recent window.
Cross-marketplace analytics including DMarket in spread and volume calculations.
Compare DMarket prices against other marketplaces in a single API call.
Track DMarket pricing programmatically alongside other providers.
Include DMarket data in spread, volume, and pricing analysis across markets.
Calculate DMarket order spreads using combined price and buy order data.
No. CS2Cap is a third-party aggregation service. DMarket data is included as one of many supported marketplace sources.
CS2Cap returns DMarket listing prices, buy orders, and individual sale records, refreshed every 10 minutes, with daily history since Mar 2026.
Doppler and Gamma Doppler phases are separate price entries on the DMarket feed. Individual float values and paint patterns are not separate price points; float value and paint seed appear on sale records where the marketplace publishes them.
DMarket daily price history runs back to Mar 2026, and per-item daily price points are archived without a retention cutoff.
Use the repeated providers=dmarket parameter on supported list endpoints such as prices, bids, and sales. Raw price history uses the singular provider=dmarket parameter.
Check endpoint access, choose a plan, and create your key.