Current prices

How to Get Current CS2 Item Prices

Quick start

Copy-paste curl example

Authenticate with your Bearer API key. Full reference in the API docs and data coverage.

curl -s "https://api.cspriceapi.com/v1/prices/latest?markets=youpin,buff163,skinport,csfloat" \
  -H "Authorization: Bearer YOUR_API_KEY"

Overview

What you get per item

FieldMeaning
market_hash_nameSteam economy name, e.g. `AK-47 \Redline (Field-Tested)`
price / price_rmbListing price in the market's native currency
countNumber of active listings
doppler_phasePhase 1–4, Ruby, Sapphire, Black Pearl, Emerald (when applicable)
change_24h, change_7dRecent price movement where available

Prices refresh on ~5 min live snapshots depending on the marketplace.

Guide

Filter by market or item

CSV markets — limit bandwidth:

curl -s "https://api.cspriceapi.com/v1/prices/latest?markets=youpin,buff163" \
  -H "Authorization: Bearer YOUR_API_KEY"

Specific items (POST, max 100):

curl -s "https://api.cspriceapi.com/v1/prices/latest" \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"items":["AK-47 | Redline (Field-Tested)"],"markets":"youpin,buff163,skinport"}'

Guide

Interactive docs

Related

Continue reading

More guides

Related Current prices

Ready to integrate?

Interactive Scalar docs, OpenAPI YAML and machine-readable Markdown mirrors for every endpoint.