ConsoleCatalog
Sign in
CS Steam Analyst logo

CS Steam Analyst

CS:GO/CS2 skin market - prices, price history, trends, rankings, and index.

Browse Category Listing

ASYNCREADNo auth

Returns skins in a category with prices and item metadata, sorted and paginated.

ParametersFormJSON

Browse category slug (e.g. knife, rifle, gloves)

Sort order for the listing (e.g. popular, price-up, price-down)

Page number for pagination

cost: 2 credits · balance: 0
curl https://api.openwire.sh/v1/wire/task \
  -X POST \
  -H "X-API-Key: $ANAKIN_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "action_id": "act_csgo_steamanalyst_category_browse_listing",
    "params": {
      "category_slug": "knife",
      "order": "popular",
      "page": "1"
    }
  }'