Multi-game listings from Tradeit.gg — CS2, Dota 2, Rust, TF2 — unified with every other marketplace we track.
http://tradeit.gg
Tracked items
14,359
Active listings (24h)
Last update
2026-05-25
18:37 UTC
Refresh cadence
—
Between scrapes
24h Volume
$4,354,427
Sum price × quantity
A visual preview of what the price API actually returns — pulled live from our DB.
| # | Item | Lowest price |
|---|---|---|
| 1 |
|
$11,206.77 |
| 2 |
|
$11,206.77 |
| 3 |
|
$6,592.93 |
| 4 |
|
$6,592.93 |
| 5 |
|
$4,711.62 |
| 6 |
|
$4,711.62 |
| 7 |
|
$3,184.84 |
| 8 |
|
$3,184.84 |
| 9 |
|
$2,924.93 |
| 10 |
|
$2,924.93 |
Prices reflect the cheapest active Tradeit listing per item over the last 24 hours.
Filter the unified /steam/api/items endpoint
with markets=tradeit to
return only Tradeit 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/tradeit/prices
Returns the current Tradeit 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/tradeit/history
Daily-snapshot history of the lowest Tradeit 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.
Tradeit (Tradeit.gg) is a multi-game marketplace built specifically around trading: users put items in, get a credit, and trade back out at a fixed fee. That model produces a slightly different price curve from pure listing marketplaces, which makes Tradeit data useful as a check against Buff and Skinport pricing.
Our API surfaces Tradeit listings in the same JSON schema as every other marketplace.
Tradeit (Tradeit.gg) is a multi-game trade-focused marketplace covering CS2, Dota 2, Rust and TF2.
Tradeit covers CS2, Dota 2, Rust and TF2 as its main categories. Our API surfaces the full Tradeit inventory.
Call /steam/api/items with markets=tradeit and your API key.
We pull Tradeit on a regular schedule. The 'Last refresh' stat shows the most recent successful pull.
Tradeit has been operating for several years with a generally positive reputation. Always verify directly before transacting.
One key. One schema. Every marketplace.