Skins search

POST https://pay.skinout.gg/api/v1/withdraw/search

The method returns the list of skins by name

Headers

Name
Value

Content-Type*

application/json

Body

Name
Type
Description

project_id

string

Project ID in Skinout Pay

name

string | array

Skin name or array of names

Response

{
    "success": true,
    "skins": [
        {
            "name": "★ Karambit | Rust Coat (Battle-Scarred)",
            "price": 615425,
            "skin_id": "1646893"
        },
        {
            "name": "★ Karambit | Rust Coat (Battle-Scarred)",
            "price": 615425,
            "skin_id": "1329002"
        },
        {
            "name": "★ Karambit | Rust Coat (Battle-Scarred)",
            "price": 615425,
            "skin_id": "1307921"
        }
    ]
}

Response params description

ПАРАМЕТР
ОПИСАНИЕ

skins[]

Array containing the list of skins available for withdraw

skins[].name

Skin name (market_hash_name)

skins[].price

Skin price in currency USD * 1000.

skins[].skin_id

Skin ID

Last updated