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. Each phase carries its own withdraw.standard and withdraw.instant. The two tiers are sourced separately, so a phase commonly has a standard floor and no instant one — withdraw.instant is null there. Quote a phase from its own row, never from the top-level withdraw, which is some other phase’s floor.
To buy a specific phase, pass the phase to POST /secure/buy/quick.

Response (Rust)

Rust Response Fields

Rate Limits