The Sales API returns the most recent completed transactions for a CS2 item across the supported marketplaces. Results include per-item detail that goes beyond price alone: float values, paint seeds, sticker wear, charm patterns, and inspect links when the provider exposes them. The first request for an item may take longer while data is retrieved. Subsequent requests for the same item within the hour are faster.Documentation Index
Fetch the complete documentation index at: https://docs.cs2cap.com/llms.txt
Use this file to discover all available pages before exploring further.
GET /sales — List recent sales
Returns recent sale records for one item across the selected providers. Tiers:pro · quant
Parameters
Required if
market_hash_name is not provided. Filter by item ID. Takes precedence over market_hash_name and phase when provided.Required if
item_id is not provided. Exact item name as it appears in inventory. Ignored when item_id is provided.Doppler or Gamma Doppler phase filter. One of:
Phase 1, Phase 2, Phase 3, Phase 4, Ruby, Sapphire, Black Pearl, Emerald. Ignored when item_id is provided.Provider keys to include. Repeat to pass multiple values:
providers=buff163&providers=csfloat. Valid keys: buff163, c5, csfloat, csgo500, csgoempire, dmarket, youpin.Target currency. Accepts 160+ ISO 4217 codes. See
GET /fx for the full list.Maximum number of results to return. Capped at 50. This endpoint is single-page only — there is no cursor or offset pagination.
Response example
Response fields
ISO 8601 timestamp of the sale.
Provider key where the sale occurred.
Sale price in minor units of the response currency. For example,
846105 in USD = $8,461.05.ISO 4217 currency code for the returned price.
Catalog item ID.
Full item name as it appears in the Steam economy.
Doppler phase, or
null for non-phased items.Float value of the sold item. May be
null if not provided by the source.Paint seed (pattern index) of the sold item. May be
null if not provided by the source.Array of stickers applied to the item. May be
null if not available.Array of charms attached to the item. May be
null if not available.Inspect links for the sold item. May be
null if not provided by the source.Indicates whether results were available immediately (
hit) or required a fresh retrieval (miss). miss responses may take longer.Results are cached for 1 hour per item/provider pair. The first request for an item may take longer than subsequent requests.
stickers, charms, float, paint_seed, and inspect depend on the provider’s data and may be null. Not all providers expose full item details on completed sales.