skinstrack logo
Steam
Refreshes every 15 minutes
Verified Partner

Steam API

Real-time Steam CS2 skin and sticker prices via a single REST/JSON endpoint. Skinstrack tracks 14,760+ Steam items and refreshes them every 15 minutes - no scraping, no rate limits to worry about. Steam is one of 34+ CS2 marketplaces normalized in the same Skinstrack schema, so the same client code also covers Steam Community Market, CSFloat, Buff163, Skinport, DMarket, BitSkins, and more.

Live Steam coverage

Tracked items

14,760

Skins, knives, gloves

Tracked stickers

10,236

Holo, glitter, gold

Last full update

26m ago

09 Sep 2026 19:39

Refresh rate

15 min

Every tracked item

Fetch Steam prices in one call

Pass providers=steam to the /paid/items endpoint and you get a normalized JSON response with the lowest price, listing count, and freshness timestamp for every Steam item we index.

GETEndpoint
https://api.skinstrack.com/v2/paid/items?providers=steam
curl -X GET "https://api.skinstrack.com/v2/paid/items?providers=steam" \
  -H "X-API-KEY: your-api-key-here"
View full /paid/items docs

Fetch Steam sticker prices

Stickers live on a dedicated endpoint. Pass providers=steam to /paid/stickers and receive a normalized JSON response with the lowest price, listing count, and freshness timestamp for every Steam sticker we index (10,236+ stickers right now). The schema mirrors /paid/items so the same client code works for both.

GETEndpoint
https://api.skinstrack.com/v2/paid/stickers?providers=steam
curl -X GET "https://api.skinstrack.com/v2/paid/stickers?providers=steam" \
  -H "X-API-KEY: your-api-key-here"
View full /paid/stickers docs

Steam is one of 34+ CS2 marketplaces in the Skinstrack API

Skinstrack is not a Steam-only price feed. The same /paid/items and /paid/stickers endpoints return normalized prices from Steam Community Market, CSFloat, Buff163, Skinport, DMarket, BitSkins, Skinbaron, Tradeit.gg, and 26+ other CS2 marketplaces - all aggregated into one schema with one API key.

Query Steam on its own, a custom basket of providers, or every supported marketplace in a single call by changing the providers parameter. This makes the Steam API ideal for cross-marketplace arbitrage bots, inventory valuation that does not undervalue users by sticking to one source, and price-comparison UIs that need every listing in one response.

GETMulti-marketplace example
https://api.skinstrack.com/v2/paid/items?providers=steam,steam,csfloat,buff163,skinport

Browse the full marketplace catalog in the CS2 marketplaces directory, or compare Steam head-to-head with another platform from the list below.

About Steam

Steam is a CS2 skin marketplace founded in 2012 based in US. Valve’s official in‑game marketplace on Steam for CS2 skins and other Steam items. Users can buy and sell tradable CS2 weapon skins, stickers, cases, and more using Steam Wallet funds. Listings are peer‑to‑peer: when you sell, the item moves directly from your inventory to the buyer’s, and Valve charges a combined fee (about 15 %). The platform operates as a p2p marketplace.

Skinstrack indexes Steam listings and many other CS2 marketplaces so you can build inventory dashboards, price alerts, and arbitrage tools without writing a single scraper. For a full breakdown of fees, payout methods, and trust signals, see the Steam marketplace overview.

Steam API vs other marketplaces

Pricing, liquidity, and update cadence differ across CS2 marketplaces. Use the Skinstrack API to compare Steam side by side with the platforms below, normalized to the same schema.

Steam API - frequently asked questions

Ship your Steam integration today

Free tier, 15-minute refresh, normalized JSON. Stop maintaining scrapers and start shipping features.

View API pricing