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

API-ключ нужен для подключения аккаунта к системе WIT и выполнения торговых операций.

{% hint style="warning" %}
Перед созданием API-ключей необходимо пройти верификацию личности (KYC) и настроить двухфакторную аутентификацию (2FA).
{% endhint %}

1. Перейдите в раздел "Управление API" с главной страницы.

<div data-full-width="true" data-with-frame="true"><figure><img src="/files/aB7lRjgyloocQXL6ErsQ" alt=""><figcaption><p>Главная страница</p></figcaption></figure></div>

2. На странице нажмите кнопку "Создать API".

<div data-full-width="true" data-with-frame="true"><figure><img src="/files/TeeY8xogXaUrASOGi8g2" alt=""><figcaption></figcaption></figure></div>

3. В открывшемся окне дайте произвольное название вашему API ключу. Пометьте галочкой только "Бессрочную фьючерсную торговлю". Нажмите кнопку "подтвердить".

{% hint style="info" %}
API ключ предоставляет право только на торговлю, без возможности вывода или перевода средств.
{% endhint %}

<div data-full-width="true" data-with-frame="true"><figure><img src="/files/rsk5A9lqPZLvYQwWnQXE" alt=""><figcaption></figcaption></figure></div>

4. Нажмите "Получить код", чтобы отправить код подтверждения на электронную почту.\
   Введите код из письма и временный 6-значный код из приложения Google Authenticator.

<div data-with-frame="true"><figure><img src="/files/CMkfYpIG1HpeSky7Q2BV" alt=""><figcaption></figcaption></figure></div>

4. Обязательно сохраните API Key и Secret Key — они потребуются при подключении аккаунта в системе WIT.&#x20;

{% hint style="warning" %}
**Secret Key показывается только один раз**, далее с обновлением или закрытием страницы он исчезает. Сохраните ключ в надёжном месте — рядом с паролем от аккаунта.
{% endhint %}

<div data-full-width="false" data-with-frame="true"><figure><img src="/files/A37u4mu4rZgcH76aQkdt" alt=""><figcaption><p>API ключ</p></figcaption></figure></div>


---

# 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://wit-broker.gitbook.io/wiki/sozdanie-api-klyuchei.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.
