# Get history

## История продаж предмета

{% hint style="info" %}
Метод предоставляет исторические данные по выбранным  Items. С его помощью можно проследить динамику цен и доступности товаров за определённые периоды, что даёт возможность анализировать тенденции рынка и оценивать возможную прибыль от сделок.\
Фильтрация осуществляется на основе параметров `Market`, `Game`, `Currency` и списка `marketHashNames`, которые передаются в теле запроса. Это позволяет получать историю только по тем предметам, которые действительно интересуют, избегая лишней информации.
{% endhint %}

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

{% openapi src="/files/nW2bI7fR52QvUZTIhvuj" path="/public-api/item/get-history" method="post" %}
[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/get-history.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.
