API documentation

Explore the documentation and get started with Skinify

List of available skins

The method returns a list of available skins (price list) that can be purchased and received.

HTTP Request

GET https://skinify.io/api/withdraw/prices

GET parameters

Parameter Required Description
game check Available values: dota2, csgo, rust, tf2
full_list By default, a list of skins grouped by name is returned, which contains the available count for withdraw. If you specify full_list=1, the full list will be returned without grouping with the skin ID. It is recommended to use grouped ones.

Response

The response will contain a skins array, which contains the following data:

Parameter Description
name Skin Name
price The price of the skin (in USD)
properties Properties of the skin from the Steam inventory. For example, ‘classid’ can be used to get a skin image.
count Available count for withdraw

Response example

{
  "status": "success",
  "updated_at": "1643647549",
  "skins": [
    {
      "name": "FAMAS | Survivor Z (Minimal Wear)",
      "price": 0.21,
      "properties": {
        "classid": "4720929234"
      },
      "count": 1
    },
    {
      "name": "StatTrak™ MAG-7 | Sonar (Field-Tested)",
      "price": 0.22,
      "properties": {
        "classid": "4720209261"
      },
      "count": 1
    }
  ]
}

Possible Errors

Error Description
withdraw_unavailable The withdraw is temporarily unavailable