CS.TRADE Developers API
Public API endpoints for prices and inventory data. Use this page as a quick reference for integrating CS.TRADE market data into your own website, tools, and more.
Referring URLs
Ready-to-use trade URLs for direct access, referral traffic, and prefilled item search scenarios.
Combines referral flow and prefilled item search. Optional sort_by query parameter: price_desc or price_asc (e.g. &sort_by=price_desc).
Combines referral flow and prefilled item search for store page. Optional sort_by query parameter: price_desc or price_asc (e.g. &sort_by=price_asc).
Price & Inventory Endpoints
Base trade and store prices and limits. Useful for understanding deposit/trade/withdraw capacity. Lowest final price of given item market_hash_name available on CS.Trade and current stock state. For CS2 skins includes also lowest available skin screenshot, wikipedia link and icon image.
Example response (prices_CSGO)
Copy-ready JSON example for quick integration and testing. Expand to see the full payload.
{
"StatTrak™ AWP | Asiimov (Battle-Scarred)": {
"price": 246.24,
"store_price": 164.16,
"have": 1,
"tradable": 0,
"reservable": 1,
"can_take": 3,
"max": 4,
"available_lowest_price": 270.86,
"available_lowest_store_price": 180.58,
"available_stock": 1,
"available_lowest_price_screenshot": "https://ss.cs.trade/1310277734.jpg",
"available_lowest_price_screenshot_mini": "https://ss.cs.trade/1310277734_mini.jpg",
"w_url": "/cs2/skins/awp/asiimov",
"i_url": "https://cdn.cs.trade/images/cs2/wiki/86543b22ee07a3991013401bbf803995d74e6054.avif"
}
,
"★ Falchion Knife | Case Hardened (Well-Worn)": {
"price": 245.94,Field descriptions
- key - market_hash_name of given item
- price - Base Trade Price on cs.trade/trade of given skin. It is base price to understand deposit/trade/withdraw price - it does not include bonuses like float, pattern, trade lock.[USEFUL FOR DEPOSIT PRICE]
- store_price - Base real cash ($ USD) price on cs.trade/trade or cs.trade/store for given skin. It is base price to understand deposit/trade/withdraw price - it does not include bonuses like float, pattern, trade lock or deposit fee.[USEFUL FOR DEPOSIT PRICE]
- have - Amount of given item our bots have.
- tradable - Amount of given item that is tradable - available to withdraw instantly.
- reservable - Amount of given item that are trade-locked(available to reserve and withdraw later)
- can_take - How many items can be deposited to our bots.
- max - Maximum amount of items our bots can have.
- available_lowest_price - Lowest trade price of given item that is available to reserve/trade/withdraw.
- available_lowest_store_price - Lowest store price($ USD) of given item that is available for sell.[USEFUL FOR PRICE COMPARISION SITES]
- available_stock - Amount of items that can be reserved/withdrawn from ours bots.[USEFUL FOR PRICE COMPARISION SITES]
- available_lowest_price_screenshot - CS2 Inspect Screenshot image of available skin with lowest price - 1900x1300 px. (Available only for prices_CSGO)
- available_lowest_price_screenshot_mini - CS2 Inspect Screenshot thumbnail image of available skin with lowest price - 300x158 px. (Available only for prices_CSGO)
- w_url - Link to our CS2 Skins Wikipedia for given item - with item info, prices, statistics and more. (Available only for prices_CSGO)
- i_url - Given item icon. (Available only for prices_CSGO)