> For the complete documentation index, see [llms.txt](https://nfd-gg.gitbook.io/main/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://nfd-gg.gitbook.io/main/ru-combine-software/razdel-setting/dobavlenie-api-key-ot-birzh/sozdanie-api-key-okx.md).

# Создание API Key - OKX

* На бирже [OKX](https://www.okx.com) переходим в раздел **API**;
* Нажимаем **+ Create APIs;**
* В поле **API name** вводим имя API-ключа;
* В поле **IP address allowlist** вы можете указать ваш IP адрес, но эта опциональная настройка. Если вы укажете свой актуальный IP, то доступ к этому API-ключу будет доступен только с этого IP. Если ваш IP изменится, ключ перестанет работать, пока вы его не отредактируете на бирже и не внесете новый IP-адрес в allowlist;
* В поле **Permissions** выбираем **Withdraw** и **Trade;**
* В поле **Passphrase** вводим пароль от API-ключа. Обязательно запишите этот пароль;
* Нажимаем **Submit all**;
* Проходим необходимые проверки и вводим коды верификации;
* После создания ключа в модальном окне нажимаем **Show info** и сохраняем **API** и **Secret key.** Также данные от API-ключа можно увидеть, нажав на **View** в общем списке всех API-ключей;
* Вносим данные от API-ключа в Combine.

<figure><img src="/files/NHtl7IdwbJ6hSYbpDiOd" alt=""><figcaption><p>Создание API Key на бирже OKX.</p></figcaption></figure>


---

# 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:

```
GET https://nfd-gg.gitbook.io/main/ru-combine-software/razdel-setting/dobavlenie-api-key-ot-birzh/sozdanie-api-key-okx.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.
