Current prices

How to Get Current YouPin Prices for CS2 Items

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" \
  -H "Authorization: Bearer YOUR_API_KEY"

Overview

Listing prices (asks)

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

Or the legacy per-market route (still supported):

curl -s "https://api.cspriceapi.com/v1/prices/youpin" \
  -H "Authorization: Bearer YOUR_API_KEY"

Guide

Buy orders (bids)

The buy-order book shows what buyers are willing to pay — critical for spread analysis and realistic exit pricing:

curl -s "https://api.cspriceapi.com/v1/prices/youpin/buyorder" \
  -H "Authorization: Bearer YOUR_API_KEY"

Interactive docs: YouPin buyorder.

Guide

Doppler phases

YouPin lists Doppler and Gamma Doppler knives per phase. CSPriceAPI returns doppler_phase on each row — Phase 1–4, Ruby, Sapphire, Black Pearl, Emerald. A Karambit Ruby is priced separately from Phase 4; never merge them.

Guide

Refresh & coverage

  • Listing snapshots: ~5 min live snapshots
  • 13 marketplaces total; YouPin is the primary CNY reference
  • tens of thousands of items in the catalogue

Guide

Web & extension tools

Related

Continue reading

More guides

Related Current prices

Ready to integrate?

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