Skip to main content
Returns individual listings for a specific item. Use this when you want to let users pick a specific skin variant (different float, stickers, etc.) rather than just the cheapest one. Authentication: Client Token (Authorization header)

Request

Query Parameters

* Provide either itemId or marketHashName.

Response

Each listing represents a specific item instance with its own float value, stickers, and price. Use the id and offer.price when initiating a withdrawal.
This endpoint is currently CS2-only. Rust withdrawals don’t use per-variant listings — the cheapest available stack is sourced when the withdrawal is purchased.
Listings here carry no itemId — you named the item in the request, and every row belongs to it. id identifies the individual listing and is what you pass to a withdrawal. itemId appears on GET /client/market rows, where the response spans many items.

Rate Limits