# Market info

{% hint style="info" %}
Метод предназначен для получения базовой информации о Steam Items. Он возвращает краткие сведения об элементах, такие как название, описание, качество, иконка и URL-адрес для перехода на страницу Steam, что позволяет быстро получить общее представление о товарах. Параметры запроса (Market, Game, Currency, SkipCount, TakeCount и Order) дают возможность фильтровать и сортировать данные для точного выбора интересующих Steam Items. Этот метод особенно полезен для предварительного просмотра или быстрого отображения списка элементов.
{% endhint %}

> **Стоимость операции: `2 токена`**

{% openapi src="/files/nW2bI7fR52QvUZTIhvuj" path="/public-api/item/market-info" method="get" %}
[swagger 19 02.json](https://2269672634-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FMs10KcBWJWOk2mLYX0Ls%2Fuploads%2FC0r9wl8hSAX55IxGKzpY%2Fswagger%2019%2002.json?alt=media)
{% endopenapi %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://tradeon.gitbook.io/tradeon-api/info-item/market-info.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
