Skip to main content
Marketplace profile
Updated

DMarket API for CS2

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.

Current coverage recordLive
Listings
657.4K
Unique items
20.6K
Catalog coverage
48.9%
Total value
$11.9M
Selling Fee
2.0%
Market type
HYBRID
DMarket API requestprovider-filtered
cURL
curl -sS \
  -H "Authorization: Bearer $CS2C_API_KEY" \
  "https://api.cs2c.app/prices?providers=dmarket&currency=USD&limit=1"
Feed capabilities
Current listingsAvailable
Buy ordersAvailable
Recent salesAvailable
What this record means

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.

Tracked history

How DMarket 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+0.6%
657.9K
Total value-2.6%
$12M
DMarket data
Listing prices

Lowest listed price and quantity for items available on DMarket, refreshed every 10 minutes.

Buy orders

Highest standing bid and bid count from DMarket via the Buy Orders endpoint.

Recent sales

Individual DMarket sale records: price, timestamp, and float value and paint seed where the marketplace publishes them.

Doppler phases

Doppler and Gamma Doppler phases priced as separate entries on the DMarket feed, not folded into the base skin.

Historical data

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

Analytics

Cross-marketplace analytics including DMarket in spread and volume calculations.

Applications

Use DMarket in context

01

Cross-market comparison

Compare DMarket prices against other marketplaces in a single API call.

02

Automated monitoring

Track DMarket pricing programmatically alongside other providers.

03

Market analysis

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

04

Order spreads

Calculate DMarket order spreads using combined price and buy order data.

Questions

Before you build

Is this an official DMarket API?

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

What data is available from DMarket?

CS2Cap returns DMarket listing prices, buy orders, and individual sale records, refreshed every 10 minutes, with daily history since Mar 2026.

Are Doppler phases and float values priced separately?

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.

How far back does the data go?

DMarket daily price history runs back to Mar 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=dmarket parameter on supported list endpoints such as prices, bids, and sales. Raw price history uses the singular provider=dmarket parameter.

Build against the same data.

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