MARKETPLACE API
HaloSkins

HaloSkins API

Listings from HaloSkins, unified with every other marketplace we track.

haloskins.io

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

29,361

Active listings (24h)

Last update

2026-09-10

19:55 UTC

Refresh cadence

~5 min

Between scrapes

24h Volume

$44,671,930

Sum price × quantity

Top 10 most expensive items on HaloSkins

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
Sticker Slab | max (Foil) | Cologne 2026 Sticker Slab | max (Foil) | Cologne 2026
$150,482.22
2
Sticker | Titan (Holo) | Katowice 2014 Sticker | Titan (Holo) | Katowice 2014
$150,407.30
3
★ Bowie Knife | Crimson Web (Factory New) ★ Bowie Knife | Crimson Web (Factory New)
$43,471.35
4
★ Sport Gloves | Pandora's Box (Factory New) ★ Sport Gloves | Pandora's Box (Factory New)
$43,077.78
5
Souvenir AWP | Dragon Lore (Battle-Scarred) Souvenir AWP | Dragon Lore (Battle-Scarred)
$29,877.38
6
Sticker Slab | bLitz (Holo) | Rio 2022 Sticker Slab | bLitz (Holo) | Rio 2022
$26,776.98
7
Sticker | Vox Eminor (Holo) | Katowice 2014 Sticker | Vox Eminor (Holo) | Katowice 2014
$26,262.63
8
★ StatTrak™ Navaja Knife | Blue Steel (Factory New) ★ StatTrak™ Navaja Knife | Blue Steel (Factory New)
$24,444.00
9
Sticker Slab | S1ren (Holo) | Rio 2022 Sticker Slab | S1ren (Holo) | Rio 2022
$22,124.98
10
Sticker Slab | King on the Field Sticker Slab | King on the Field
$20,618.56

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

Games supported on HaloSkins

Query HaloSkins via our API

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.

  • 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.
HaloSkins API Request
# curl with API key
curl -H "X-Api-Key: $KEY" "https://www.steamwebapi.com/steam/api/items?markets=haloskins&game=cs2"
# PHP
$client = \Symfony\Component\HttpClient\HttpClient::create();
$res = $client->request('GET', 'https://www.steamwebapi.com/steam/api/items?markets=haloskins&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=haloskins&game=cs2`, { headers: { 'X-Api-Key': KEY } });
const items = await r.json();

Dedicated HaloSkins 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/haloskins/prices

Live prices snapshot

Returns the current HaloSkins 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/haloskins/history

Per-item price history

Daily-snapshot history of the lowest HaloSkins 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.

HaloSkins vs. other marketplaces

All marketplaces
Marketplace Tracked items
skin.land https://app.skin.land 36,030
Youpin https://youpin898.com 32,035
CSFloat https://csfloat.com 27,709
Skinflow https://skinflow.gg 19,214
Buff163 https://buff.163.com 31,450

About HaloSkins

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 API — FAQ

What is HaloSkins?

HaloSkins is an emerging Western CS2 marketplace.

Which games does HaloSkins support?

HaloSkins is CS2-focused. Our API surfaces the full HaloSkins catalogue.

How do I access HaloSkins prices?

Call /steam/api/items with markets=haloskins and your API key.

How fresh are HaloSkins prices?

We scrape HaloSkins on a regular cadence.

Is HaloSkins safe to use?

Always verify directly with the marketplace before transacting. We surface HaloSkins for data purposes only.

Start querying HaloSkins 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.