MARKETPLACE API
DMarket
Trusted · P2P

DMarket API

DMarket'tan cross-game P2P ilanları — CS2, Dota 2, Rust, TF2 — takip ettiğimiz her diğer pazaryle birleştirildi.

dmarket.com

Operational proof

The leading Steam data platform for production applications.

Established in 2018 and trusted by developers, marketplaces and trading platforms.

10,094 registered developer accounts
8 supported games
166,018 marketable items
14 active marketplaces
47,321,725 active listings
2018 operating since
Used across the Steam ecosystem Skinpull Esportfire Eliteskins RentSkins Botchicken

Tracked items

44,751

Active listings (24h)

Last update

2026-09-10

20:55 UTC

Refresh cadence

~5 min

Between scrapes

24h Volume

$10,808,491

Sum price × quantity

DMarket at a glance

Trust signals, fee structure and supported payment rails — pulled directly from our marketplace registry.

Trust & profile

4.2 / 10

Trust score · based on 19,786 reviews

Trusted partner P2P marketplace

Top 10 most expensive items on DMarket

A visual preview of what the price API actually returns — pulled live from our DB.

We always return the lowest price
# Item Lowest price
1
Knife Knife
$70,885.65
2
EMS Katowice 2014 Challengers EMS Katowice 2014 Challengers
$29,950.61
3
EMS Katowice 2014 Legends EMS Katowice 2014 Legends
$29,416.00
4
StatTrak™ M4A4 | Howl (Factory New) StatTrak™ M4A4 | Howl (Factory New)
$14,199.00
5
AWP | Gungnir (Factory New) AWP | Gungnir (Factory New)
$12,799.00
6
AWP | Dragon Lore (Factory New) AWP | Dragon Lore (Factory New)
$11,749.99
7
AWP | Dragon Lore (Minimal Wear) AWP | Dragon Lore (Minimal Wear)
$9,999.99
8
★ Sport Gloves | Superconductor (Factory New) ★ Sport Gloves | Superconductor (Factory New)
$9,869.99
9
Sticker Slab | SENER1 (Glitter) | Antwerp 2022 Sticker Slab | SENER1 (Glitter) | Antwerp 2022
$9,772.07
10
Ghastly Treasure of Diretide Ghastly Treasure of Diretide
$8,000.00

Prices reflect the cheapest active DMarket listing per item over the last 24 hours.

Query DMarket via our API

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.

  • Single auth header, same JSON schema for every market.
  • Filter by game, item name, price range, float.
  • Sort by price, listing volume, or recency.
  • Same DTO across REST and WebSocket streams.
DMarket API Request
# curl with API key
curl -H "X-Api-Key: $KEY" "https://www.steamwebapi.com/steam/api/items?markets=dmarket&game=cs2"
# PHP
$client = \Symfony\Component\HttpClient\HttpClient::create();
$res = $client->request('GET', 'https://www.steamwebapi.com/steam/api/items?markets=dmarket&game=cs2', ['headers' => ['X-Api-Key' => $KEY]]);
$items = $res->toArray();
# Node.js / JavaScript
const r = await fetch(`https://www.steamwebapi.com/steam/api/items?markets=dmarket&game=cs2`, { headers: { 'X-Api-Key': KEY } });
const items = await r.json();

Dedicated DMarket endpoints

On top of the unified /steam/api/items route, every market we cover gets two convenience endpoints — one schema, one auth header, every marketplace.

GET /market/dmarket/prices

Live prices snapshot

Returns the current DMarket catalogue as a flat array. Each row is one item with the lowest active price we have on record.

Sample response
[
  {
    "market_hash_name": "Souvenir UMP-45 | Gunsmoke (Minimal Wear)",
    "price": 130.69,
    "quantity": 1,
    "createdat": "2026-09-10T00:00:00+00:00",
    "variants": null
  },
  {
    "market_hash_name": "Sticker | Slab (Foil) | Krakow 2017",
    "price": 114.65,
    "quantity": 1,
    "createdat": "2026-09-10T00:00:00+00:00",
    "variants": null
  }
]
  • · Same JSON schema across every marketplace we cover.
  • · We surface the lowest price per item — never an average, never a stale tick.
  • · Optionally filter by market_hash_name or convert prices via ?currency=EUR.
GET /market/dmarket/history

Per-item price history

Daily-snapshot history of the lowest DMarket price for a given item, ideal for charts and portfolio trackers.

Sample response
[
  {
    "createdat": "2026-09-03T00:00:00+00:00",
    "price": 124.40,
    "quantity": 1
  },
  {
    "createdat": "2026-09-09T00:00:00+00:00",
    "price": 130.69,
    "quantity": 1
  }
]
  • · One row per day, always the lowest price we recorded for that day.
  • · Bounded with start_date and end_date (YYYY-MM-DD).
  • · market_hash_name is required — history is per-item, not per-market.

Prefer one call across every marketplace? Use the unified /steam/api/items endpoint with markets=… — same DTO, comparison data included.

DMarket vs. other marketplaces

All marketplaces
Marketplace Tracked items
skin.land https://app.skin.land 35,968
Youpin https://youpin898.com 32,092
CSFloat https://csfloat.com 27,708
Skinflow https://skinflow.gg 19,226
Buff163 https://buff.163.com 31,450

About DMarket

DMarket, Steam ekosistemindeki en büyük çok-oyunlu P2P pazaryerlerinden biridir, CS2, Dota 2, Rust, TF2 ve birkaç daha küçük başlığı kapsar. Cross-game portfolio araçları için güçlü bir referans fiyatıdır çünkü her büyük Steam community oyunundan itemları tek çatı altında listeleyen birkaç kaynaktan biridir.

DMarket API — FAQ

DMarket nedir?

DMarket, CS2, Dota 2, Rust, TF2 ve diğer community oyunlarını kapsayan Steam itemları için çok-oyunlu bir P2P pazaryeridir.

Which games does DMarket support?

DMarket is one of the broadest multi-game marketplaces — CS2, Dota 2, Rust, TF2 and smaller titles. Our API surfaces the full DMarket catalogue.

DMarket fiyatlarına nasıl erişirim?

markets=dmarket ve API anahtarınızla /steam/api/items'ı kullanın. DMarket fiyatları birleşik şemada gelir.

How fresh are DMarket prices?

We pull DMarket regularly — the 'Last refresh' stat shows the most recent scrape timestamp.

DMarket güvenli mi?

DMarket 2018'den beri faaliyette ve en köklü batı P2P pazaryerlerinden biridir. İşlem yapmadan önce doğrudan pazaryeriyle doğrulayın.

Start querying DMarket in minutes

One key. One schema. Every marketplace.

Direct support

Cannot find the right endpoint, data source or plan?

Tell the Steamwebapi team what you are building. A short sentence is enough — we will help you identify the right product and the simplest way to integrate it.

S
Steamwebapi team Product and integration support
Hi — what are you building, and what could you not find? Send us the question exactly as you have it.
Opens our existing live support chat.