Real-time prices, listings and trade volume from LIS-SKINS, unified with 20+ other marketplaces through a single REST endpoint.
lis-skins.com
Operational proof
Established in 2018 and trusted by developers, marketplaces and trading platforms.
Erfasste Items
34,566
Aktive Listings (24h)
Letzte Aktualisierung
2026-09-01
11:30 UTC
Refresh-Takt
~5 min
Zwischen Scrapes
24h Volumen
$64,839,604
Summe Preis × Menge
Visuelle Vorschau auf das, was die Price-API tatsächlich liefert – live aus unserer DB.
| # | Item | Niedrigster Preis |
|---|---|---|
| 1 |
|
$70,927.79 |
| 2 |
|
$45,903.83 |
| 3 |
|
$28,689.89 |
| 4 |
|
$26,731.15 |
| 5 |
|
$25,502.05 |
| 6 |
|
$20,720.49 |
| 7 |
|
$20,224.47 |
| 8 |
|
$15,389.39 |
| 9 |
|
$15,380.97 |
| 10 |
|
$12,272.91 |
Preise spiegeln das günstigste aktive LIS-SKINS-Listing pro Item innerhalb der letzten 24 Stunden.
Filter the unified /steam/api/items endpoint
with markets=lisskins to
return only LIS-SKINS listings — or omit it for a side-by-side view across every marketplace.
Zusätzlich zur einheitlichen /steam/api/items-Route bekommt jeder Markt zwei Komfort-Endpoints – ein Schema, ein Auth-Header, alle Marktplätze.
/market/lisskins/prices
Liefert den aktuellen LIS-SKINS-Katalog als flaches Array. Jede Zeile ist ein Item mit dem niedrigsten aktiven Preis, den wir kennen.
[
{
"market_hash_name": "Souvenir UMP-45 | Gunsmoke (Minimal Wear)",
"price": 130.69,
"quantity": 1,
"createdat": "2026-09-01T00:00:00+00:00",
"variants": null
},
{
"market_hash_name": "Sticker | Slab (Foil) | Krakow 2017",
"price": 114.65,
"quantity": 1,
"createdat": "2026-09-01T00:00:00+00:00",
"variants": null
}
]
/market/lisskins/history
Tages-Snapshot-History des niedrigsten LIS-SKINS-Preises für ein bestimmtes Item – ideal für Charts und Portfolio-Tracker.
[
{
"createdat": "2026-08-25T00:00:00+00:00",
"price": 124.40,
"quantity": 1
},
{
"createdat": "2026-08-31T00:00:00+00:00",
"price": 130.69,
"quantity": 1
}
]
Lieber ein Call über alle Marktplätze? Nutze den einheitlichen /steam/api/items-Endpoint mit markets=… – gleiches DTO, Vergleichsdaten inklusive.
LIS-SKINS is one of the third-party marketplaces aggregated by the Steamwebapi pricing layer. Listings are scraped on a fixed schedule, normalised into a single schema, and merged with the data we collect from Steam, other community markets, and direct exchange integrations.
If you build a portfolio tracker, an arbitrage bot, or simply need a reliable price reference for LIS-SKINS items, you can hit the unified /steam/api/items endpoint with markets=lisskins instead of building one scraper per source.
For the complete list of supported marketplaces, refresh cadence, and an interactive playground, see our Price API hub.
LIS-SKINS is a third-party marketplace for game items. Steamwebapi tracks its listings and exposes them through a single REST API, normalised alongside the other marketplaces in our network.
Through our API we currently surface 3 games for LIS-SKINS. Each links out to its own /{game}-api landing page.
Get an API key from the dashboard and call /steam/api/items with `markets=lisskins`. The response uses the same DTO across every market we cover.
Each marketplace has its own scrape cadence, balancing freshness against rate-limit budget. The "Last refresh" stat above shows the most recent successful scrape for LIS-SKINS.
We surface LIS-SKINS for data purposes — trust signals are not derived from our review, so please verify the marketplace directly before transacting on it.
One key. One schema. Every marketplace.
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.