> For the complete documentation index, see [llms.txt](https://hash7-gitbook.gitbook.io/ru/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://hash7-gitbook.gitbook.io/ru/rukovodstvo-polzovatelya/1.3-instrukcii-po-privyazke-api-klyuchei.md).

# 1.3 Инструкции по привязке API ключей

#### 📚 Статьи в этом разделе:

[1.3.1 Инструкция по привязке API ключей от](/ru/rukovodstvo-polzovatelya/1.3-instrukcii-po-privyazke-api-klyuchei/1.3.1-instrukciya-po-privyazke-api-klyuchei-ot-binance.md) [Binance](/ru/rukovodstvo-polzovatelya/1.3-instrukcii-po-privyazke-api-klyuchei/1.3.1-instrukciya-po-privyazke-api-klyuchei-ot-binance.md);&#x20;

[Binance: добавление торговых активов в белый список (whitelist);](/ru/rukovodstvo-polzovatelya/1.3-instrukcii-po-privyazke-api-klyuchei/1.3.1-instrukciya-po-privyazke-api-klyuchei-ot-binance/binance-dobavlenie-torgovykh-aktivov-v-belyi-spisok-whitelist.md)

[1.3.2 Инструкция по привязке API ключей от HTX; ](/ru/rukovodstvo-polzovatelya/1.3-instrukcii-po-privyazke-api-klyuchei/1.3.2-instrukciya-po-privyazke-api-klyuchei-ot-htx.md)

[HTX: добавление торговых активов в белый список (whitelist);](/ru/rukovodstvo-polzovatelya/1.3-instrukcii-po-privyazke-api-klyuchei/1.3.2-instrukciya-po-privyazke-api-klyuchei-ot-htx/htx-dobavlenie-torgovykh-aktivov-v-belyi-spisok-whitelist.md)

[1.3.3 Инструкция по привязке API ключей от Bybit; ](/ru/rukovodstvo-polzovatelya/1.3-instrukcii-po-privyazke-api-klyuchei/1.3.3-instrukciya-po-privyazke-api-klyuchei-ot-bybit.md)

[Bybit: добавление торговых активов в белый список (whitelist);](/ru/rukovodstvo-polzovatelya/1.3-instrukcii-po-privyazke-api-klyuchei/1.3.3-instrukciya-po-privyazke-api-klyuchei-ot-bybit/bybit-dobavlenie-torgovykh-aktivov-v-belyi-spisok-whitelist.md)

[1.3.4 Инструкция по привязке API ключей от BingX;](/ru/rukovodstvo-polzovatelya/1.3-instrukcii-po-privyazke-api-klyuchei/1.3.4-instrukciya-po-privyazke-api-klyuchei-ot-bingx.md)

[1.3.5 Инструкция по привязке API ключей от OKX;](/ru/rukovodstvo-polzovatelya/1.3-instrukcii-po-privyazke-api-klyuchei/1.3.5-instrukciya-po-privyazke-api-klyuchei-ot-okx.md)

[1.3.6 Инструкция по привязке API ключей от MEXC;](/ru/rukovodstvo-polzovatelya/1.3-instrukcii-po-privyazke-api-klyuchei/1.3.6-instrukciya-po-privyazke-api-klyuchei-ot-mexc.md)

[1.3.7 Инструкция по привязке API ключей от KuCoin; ](/ru/rukovodstvo-polzovatelya/1.3-instrukcii-po-privyazke-api-klyuchei/1.3.7-instrukciya-po-privyazke-api-klyuchei-ot-kucoin.md)

При использовании торговых автоматизированных ботов необходимо привязать бота API-ключам пользователя на конкретных биржах, на которых будет осуществляться торговля. Это позволит боту получить доступ к торговому счету пользователя и совершать сделки автоматически. Важно внимательно изучить меры безопасности и разрешения, связанные с привязкой API-ключей на каждой бирже, чтобы обеспечить защиту средств и личной информации пользователя. Кроме того, важно внимательно следить за работой бота и при необходимости корректировать настройки, чтобы убедиться, что они работают эффективно и в соответствии с инвестиционными целями пользователя и его толерантностью к риску.

<br>

\ <br>


---

# 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://hash7-gitbook.gitbook.io/ru/rukovodstvo-polzovatelya/1.3-instrukcii-po-privyazke-api-klyuchei.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.
