Skip to main content
Marketplace profile
Updated

ShadowPay API for CS2

Query ShadowPay listings and price history through one CS2Cap endpoint. Rather than integrating ShadowPay directly, you get its feed normalized alongside every other marketplace we track.

ShadowPay carries listing, instant-sell, and trade flows at once, so three distinct prices attach to the same item: what it lists for, what it cashes out for, and what it swaps for. Few venues expose that spread as plainly. Its listing side covers enough of the catalog to be a real comparison point rather than a spot check.

CS2Cap tracks 852.2K ShadowPay listings across 22.1K items, 52.3% of the CS2 catalog, holding $18.8M in listed value. That makes it the 19th-largest listing book of the 41 marketplaces tracked here. The feed refreshes every 10 minutes. Daily ShadowPay price history runs back to Apr 2026.

Current coverage recordLive
Listings
852.2K
Unique items
22.1K
Catalog coverage
52.3%
Total value
$18.8M
Selling Fee
5.0%
Market type
HYBRID
ShadowPay API requestprovider-filtered
cURL
curl -sS \
  -H "Authorization: Bearer $CS2C_API_KEY" \
  "https://api.cs2c.app/prices?providers=shadowpay&currency=USD&limit=1"
Feed capabilities
Current listingsAvailable
Buy ordersNot reported
Recent salesNot reported
What this record means

CS2Cap normalizes ShadowPay into the same item, price, currency, and timestamp conventions used for every tracked marketplace. Coverage is reported from the current provider contract; historical depth is not inferred when it is not declared.

Tracked history

How ShadowPay has moved

Ninety days of daily snapshots, recorded by CS2Cap since April 27, 2026. Nobody publishes this history: reconstructing it means polling the marketplace every day and keeping the results.

Listings-28.4%
849.5K
Total value-54.2%
$19.2M
ShadowPay data
Listing prices

Lowest listed price and quantity for items available on ShadowPay, refreshed every 10 minutes.

Historical data

Daily ShadowPay price points archived without a retention cutoff, plus intraday candles over the recent window.

Analytics

Cross-marketplace analytics including ShadowPay in spread and volume calculations.

Applications

Use ShadowPay in context

01

Cross-market comparison

Compare ShadowPay prices against other marketplaces in a single API call.

02

Automated monitoring

Track ShadowPay pricing programmatically alongside other providers.

03

Market analysis

Include ShadowPay data in spread, volume, and pricing analysis across markets.

04

Portfolio tracking

Include ShadowPay valuations in inventory and portfolio pricing tools.

Questions

Before you build

Is this an official ShadowPay API?

No. CS2Cap is a third-party aggregation service. ShadowPay data is included as one of many supported marketplace sources.

What data is available from ShadowPay?

CS2Cap returns ShadowPay listing prices, refreshed every 10 minutes, with daily history since Apr 2026.

Are Doppler phases and float values priced separately?

No. ShadowPay prices are keyed by item name and Doppler phases are not broken out on this feed. Float value and paint seed appear on individual sale records from marketplaces that publish them.

How far back does the data go?

ShadowPay daily price history runs back to Apr 2026, and per-item daily price points are archived without a retention cutoff.

How do I filter for this provider only?

Use the repeated providers=shadowpay parameter on supported list endpoints such as prices, bids, and sales. Raw price history uses the singular provider=shadowpay parameter.

Build against the same data.

Check endpoint access, choose a plan, and create your key.