Listings from HaloSkins, unified with every other marketplace we track.
http://www.haloskins.io
Tracked items
—
Active listings (24h)
Last update
—
—
Refresh cadence
—
Between scrapes
24h Volume
—
Sum price × quantity
Filter the unified /steam/api/items endpoint
with markets=haloskins to
return only HaloSkins 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/haloskins/prices
Returns the current HaloSkins 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/haloskins/history
Daily-snapshot history of the lowest HaloSkins 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.
HaloSkins is an emerging Western CS2 marketplace. Its pricing is a useful additional data point for any tool that wants broad market coverage — especially for thinly-traded items where a single extra source can shift the picture.
Our API surfaces HaloSkins listings in the same JSON schema as every other marketplace.
HaloSkins is an emerging Western CS2 marketplace.
HaloSkins is CS2-focused. Our API surfaces the full HaloSkins catalogue.
Call /steam/api/items with markets=haloskins and your API key.
We scrape HaloSkins on a regular cadence.
Always verify directly with the marketplace before transacting. We surface HaloSkins for data purposes only.
One key. One schema. Every marketplace.