> For the complete documentation index, see [llms.txt](https://broker-docs.tiger.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://broker-docs.tiger.com/sozdanie-api-klyuchei/sozdanie-api-klyuchei-dlya-tigerx.md).

# Создание API-ключей для TigerX

{% hint style="warning" %}
TigerX доступен только в версии 7.0 терминала Tiger.com для Windows.

Актуальную версию можно [скачать на нашем сайте](https://www.tiger.com/terminal/download).\
По всем вопросам, связанным с TigerX, обращайтесь в [Telegram-канал. ](https://t.me/+yNAy6yMRQtY0MjJl)
{% endhint %}

1. Для создания API-ключей перейдите на[ страницу **API**](https://account.tiger.com/api) и нажмите на кнопку **Новый API-ключ +**.

{% hint style="success" %}
Перед созданием API, пожалуйста, убедитесь в том, что вы переключились на нужную вкладку в аккаунте Tiger.com Broker
{% endhint %}

<figure><img src="/files/rKPuzVX6IUqwxY2xOWIe" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/9VYW6f8Fg3tjFtcBPAbp" alt=""><figcaption></figcaption></figure>

2. &#x20;Укажите название ключа и выберите необходимые права доступа&#x20;

<figure><img src="/files/Q1Wm4oCwQlyNoovItaL0" alt="" width="563"><figcaption></figcaption></figure>

**Права на чтение** — предоставление прав на получение информации по открытым позициям, заявкам и балансам аккаунта. Эта настройка ключа активирована по умолчанию и активна всегда.

**Права на торговлю -** ключ будет доступен для торговых операций на всех типах активов.

3. Введите шестизначный **код** из приложения Google Authenticator для прохождения  двухфакторной аутентификации.
4. Нажмите **Создать API-ключ**, чтобы завершить действие.

**Секретный ключ** будет показан только единожды в момент создания API-ключа. Если вы забыли секретный ключ, будет необходимо создать новый API-ключ.

5. Скопируйте API ключ и Секретный ключ и сохраните их в надёжном месте. Затем нажмите кнопку **Готово**, после чего произойдет автоматический переход на страницу API, на которой будет расположена информация о созданном ключе:

<figure><img src="/files/eYPeg69vo9fSucMMfawK" alt="" width="563"><figcaption></figcaption></figure>

Ключи необходимо вставить в соответствующие поля при настройке подключения к TigerX. В терминале Tiger.com Windows это можно сделать, следуя [инструкции](https://support.tiger.com/nastroiki/podklyucheniya/kriptobirzhi/tigerx).&#x20;


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://broker-docs.tiger.com/sozdanie-api-klyuchei/sozdanie-api-klyuchei-dlya-tigerx.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
