v1

latestOpenAPI 3.1.02026-07-26290137.0 KB

Get CS2 Inventory

Fetch your inventory from steam and caches it to the database for 1 hour.

get/trading/user/inventory

Request body

invalidstring

Filters invalid items, defaults to no filtering.

Response

200

successboolean
updatedAtinteger
allowUpdateboolean

Example response

{
  "success": true,
  "updatedAt": 1666082810,
  "allowUpdate": true,
  "data": [
    {
      "asset_id": 26876810352,
      "created_at": "2022-10-14 13:54:35",
      "full_position": 83,
      "icon_url": "-9a81dlWLwJ2UUGcVs_nsVtzdOEdtWwKGZZLQHTxDZ7I56KU0Zwwo4NUX4oFJZEHLbXH5ApeO4YmlhxYQknCRvCo04DEVlxkKgpovbSsLQJf3qr3czxb49KzgL-DjsjwN6vQglRd4cJ5nqeQ89mk2VHg_UpkYjj0JdLGdAFvNAvS81G6kLjq1pHtv5SdnHdhuCYq-z-DyHWIya-0",
      "id": 50755,
      "invalid": "This item is currently in an active deposit.",
      "market_name": "★ M9 Bayonet | Forest DDPAT (Factory New)",
      "market_value": 48882,
      "name_color": "8650AC",
      "preview_id": "43246cdca7fe",
      "price_is_unreliable": 1,
      "tradable": true,
      "updated_at": "2022-10-18 08:46:45",
      "wear": 0.064
    }
  ]
}