Cross-game P2P listings from DMarket — CS2, Dota 2, Rust, TF2 — unified with every other marketplace we track.
http://www.dmarket.com
Tracked items
19,066
Active listings (24h)
Last update
2026-05-25
18:41 UTC
Refresh cadence
—
Between scrapes
24h Volume
$11,460,852
Sum price × quantity
A visual preview of what the price API actually returns — pulled live from our DB.
| # | Item | Lowest price |
|---|---|---|
| 1 |
|
$37,772.00 |
| 2 |
|
$29,950.61 |
| 3 |
|
$29,416.00 |
| 4 |
|
$13,500.00 |
| 5 |
|
$11,450.00 |
| 6 |
|
$10,539.99 |
| 7 |
|
$10,500.00 |
| 8 |
|
$10,000.00 |
| 9 |
|
$9,999.00 |
| 10 |
|
$9,191.00 |
Prices reflect the cheapest active Dmarket listing per item over the last 24 hours.
Filter the unified /steam/api/items endpoint
with markets=dmarket to
return only Dmarket listings — or omit it for a side-by-side view across every marketplace.
On top of the unified /steam/api/items route, every market we cover gets two convenience endpoints — one schema, one auth header, every marketplace.
/market/dmarket/prices
Returns the current Dmarket catalogue as a flat array. Each row is one item with the lowest active price we have on record.
[
{
"market_hash_name": "Souvenir UMP-45 | Gunsmoke (Minimal Wear)",
"price": 130.69,
"quantity": 1,
"createdat": "2026-05-25T00:00:00+00:00",
"variants": null
},
{
"market_hash_name": "Sticker | Slab (Foil) | Krakow 2017",
"price": 114.65,
"quantity": 1,
"createdat": "2026-05-25T00:00:00+00:00",
"variants": null
}
]
/market/dmarket/history
Daily-snapshot history of the lowest Dmarket price for a given item, ideal for charts and portfolio trackers.
[
{
"createdat": "2026-05-18T00:00:00+00:00",
"price": 124.40,
"quantity": 1
},
{
"createdat": "2026-05-24T00:00:00+00:00",
"price": 130.69,
"quantity": 1
}
]
Prefer one call across every marketplace? Use the unified /steam/api/items endpoint with markets=… — same DTO, comparison data included.
DMarket is one of the largest multi-game P2P marketplaces in the Steam ecosystem, covering CS2, Dota 2, Rust, TF2 and several smaller titles. It's a strong reference price for cross-game portfolio tools because it's one of the few sources that lists items from every major Steam community game under one roof.
Our API surfaces DMarket listings in the same JSON schema as every other marketplace we cover, so you can compare DMarket pricing against Buff, Skinport and CSFloat with a single request.
DMarket is a multi-game P2P marketplace for Steam items, covering CS2, Dota 2, Rust, TF2 and other community games.
DMarket is one of the broadest multi-game marketplaces — CS2, Dota 2, Rust, TF2 and smaller titles. Our API surfaces the full DMarket catalogue.
Use /steam/api/items with markets=dmarket and your API key. DMarket prices come back in the unified schema we use across every market.
We pull DMarket regularly — the 'Last refresh' stat shows the most recent scrape timestamp.
DMarket has been operating since 2018 and is one of the more established Western P2P marketplaces. Verify directly with the marketplace before transacting.
One key. One schema. Every marketplace.