BetaRead the CS2 API docs

Every CS2 skin, every marketplace.

The current price of a skin on each marketplace, cheapest first, with offer counts. Add its daily price history, the sell listings across markets, and the week's biggest movers.

  • 28,677 skins
  • 26 marketplaces on AK-47 | Redline
  • Prices in USD
GET /cs2/skins/ak-47-redline-field-tested-1ab1a2dc/prices200 OK
$ curl "https://api.citoapi.com/api/v1/cs2/skins/ak-47-redline-field-tested-1ab1a2dc/prices" \ -H "x-api-key: $CITO_API_KEY"
{  "success": true,  "data": {    "skin": {      "marketHashName": "AK-47 | Redline (Field-Tested)",      "weapon": "AK-47",      "exterior": "Field-Tested",      "rarity": "Classified"    },    "prices": [      {        "provider": "csfloat",        "price": 24.8,        "currency": "USD",        "offersCount": 3611      },      {        "provider": "skins",        "price": 25.13,        "currency": "USD",        "offersCount": 113      },      {        "provider": "ecosteam",        "price": 25.62,        "currency": "USD",        "offersCount": 2457      },      ...    ]  }}

Seamless Integration with our MCP Server

Give Claude, Cursor, and ChatGPT the CS2 data. One command writes the MCP config; agents call live scoreboard, team map stat, opening duel, and transfer tools instead of inventing match IDs, and your key stays on your machine.

MCPInstall the Cito MCP server
Claude
Cursor
OpenAI
Python
Cito API
Next.js
Discord
Slack
GitHub

Built for skin trackers

Price comparison, portfolio value, and market alerts all start from the same few calls.

Each marketplace, cheapest first

CSFloat, Buff.163, Steam, Skinport, DMarket, YouPin898, CS.MONEY, Waxpeer, and more, each with its offer count.

Daily price history

The cheapest price across marketplaces for every day, going back years on long-listed skins.

Movers, 1 day to 1 year

The biggest gainers and losers over 1, 7, 30, 90, 180, or 365 days, each with a sparkline.

Sell listings across markets

Listings per marketplace with counts, and the lowest ask for the skin.

Links to the listing

Most marketplace prices carry a link to that skin on that marketplace.

Refreshed through the day

The most valuable skins are re-priced every 30 minutes, and a full-catalogue sweep runs every 8 hours.

Endpoints you can ship with

Start on skin prices: find a skin, read its marketplace prices, then pull its history.

Skin prices

The current price of a skin on each marketplace, its daily price history, sell listings across markets, and the week's biggest movers.

View docs
  • GET/api/v1/cs2/skins?q={name}

    Search skins by name, weapon, rarity or price range.

  • GET/api/v1/cs2/skins/{skinIdOrSlug}/prices

    The current price on each marketplace, cheapest first, with offer counts.

  • GET/api/v1/cs2/skins/{skinIdOrSlug}/history

    Daily cheapest price across marketplaces, years back on long-listed skins.

  • GET/api/v1/cs2/skins/{skinIdOrSlug}/order-book

    Sell listings per marketplace with counts, and the lowest ask.

  • GET/api/v1/cs2/skins/trending

    Biggest gainers and losers over 1 day to 1 year, with sparklines.

  • GET/api/v1/cs2/skins/{skinIdOrSlug}

    One skin: weapon, rarity, collection, image and price summary.

FAQs

Marketplaces, history, freshness, and variants

Can't find what you're looking for? Contact our customer support team

Read the CS2 docs

Build price trackers

Create a free key and compare a skin's price across every marketplace in one call.