Cross-game P2P-листинги из DMarket — CS2, Dota 2, Rust, TF2 — унифицированы с каждым другим маркетплейсом, который мы отслеживаем.
http://www.dmarket.com
Tracked items
19,067
Active listings (24h)
Last update
2026-05-25
19:15 UTC
Refresh cadence
—
Between scrapes
24h Volume
$11,460,984
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 — один из крупнейших мульти-игровых P2P-маркетплейсов в Steam-экосистеме, покрывающий CS2, Dota 2, Rust, TF2 и несколько меньших тайтлов. Это сильный референс цен для cross-game портфолио-инструментов, потому что это один из немногих источников, листящих предметы из каждой крупной Steam community-игры под одной крышей.
DMarket — мульти-игровой P2P-маркетплейс для Steam-предметов, покрывающий CS2, Dota 2, Rust, TF2 и другие community-игры.
DMarket is one of the broadest multi-game marketplaces — CS2, Dota 2, Rust, TF2 and smaller titles. Our API surfaces the full DMarket catalogue.
Используйте /steam/api/items с markets=dmarket и вашим API-ключом. Цены DMarket приходят в унифицированной схеме.
We pull DMarket regularly — the 'Last refresh' stat shows the most recent scrape timestamp.
DMarket работает с 2018 года и является одним из более устоявшихся западных P2P-маркетплейсов. Проверяйте напрямую с маркетплейсом перед сделкой.
One key. One schema. Every marketplace.