Отображает список доступных товаров для платформы
curl --request GET \ --url https://api.steamgold.dev/v1/treasures/items/{platform} \ --header 'Authorization: Bearer <token>'
{ "code": 123, "treasures": [ { "active": true, "inputParams": {}, "type": "<string>", "platform": "<string>", "item": "<string>", "icon": "<string>", "title": "<string>", "symbol": "<string>", "currency": "<string>", "region": "<string>" } ] }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Идентификатор платформы
Список доступных товаров
The response is of type object.
object