Skip to main content
Returns current offer prices for items in a specific game. Use this to sync pricing data into your own database or display price information without fetching a specific user’s inventory. Authentication: API Key (api-key header, requires CORE_ACCESS scope)

Request

Query Parameters

Response (CS2)

Each item carries a deposit price (what AssetPay pays you for the item) and a withdraw price split by delivery mode (the fee-inclusive buy price you can pass back to /secure/buy). Either withdraw value is null when there’s no floor.

CS2 Response Fields

Doppler items

Doppler skins are returned as a single entry with a phases[] breakdown rather than one row per phase. The top-level deposit/withdraw carry the floor (cheapest phase / grouped floor) as a default. Per-phase withdraw is standard-only (the phase floor) — instant delivery is not phase-specific, so use the top-level withdraw.instant for an any-phase instant buy.
To buy a specific phase, pass the phase to POST /secure/buy/quick.

Response (Rust)

Rust Response Fields

Rate Limits