Retrieve real-time CS2 skin prices from supported marketplaces. Query lowest ask and listing quantity by item, or fetch prices in bulk using the batch endpoint.
The Prices API returns the lowest ask price and listing quantity for CS2 items across supported providers. You can query by item ID or market hash name, filter by provider, and retrieve results with pagination. The batch endpoint accepts multiple item IDs in a single request.
Current lowest listed price per provider, returned with listing quantity and timestamp.
Submit multiple item IDs in one POST request to get quotes from all queried providers.
Each response includes data from all providers that have active listings for the queried item.
Optionally restrict results to specific providers using the requested_providers parameter.
Find the cheapest listing across all supported marketplaces for any item in a single request.
Build price comparison tools that show users listing data from multiple providers side by side.
Compare lowest ask across providers to identify pricing discrepancies between marketplaces.
Use the batch endpoint to price entire inventories or watchlists in one call.
By default, all supported providers are queried. You can restrict this using the requested_providers filter.
Prices are returned in the currency specified in the request. The currency is included in the response metadata.
POST an array of item IDs to the batch endpoint. The response returns the lowest ask from each provider for every requested item.
Yes. Each price entry includes the quantity of listings at that price point.