# 1.3 API Binding Tutorial

📚 **Here are the articles in this section:**&#x20;

[1.3.1 Binance API Binding Tutorial;](https://hash7-gitbook.gitbook.io/en/user-guide/1.3-api-binding-tutorial/1.3.1-binance-api-binding-tutorial)

[Binance: whitelist assets adding](https://hash7-gitbook.gitbook.io/en/user-guide/1.3-api-binding-tutorial/1.3.1-binance-api-binding-tutorial/binance-whitelist-assets-adding)

[1.3.2 HTX API Binding Tutorial;](https://hash7-gitbook.gitbook.io/en/user-guide/1.3-api-binding-tutorial/1.3.2-htx-api-binding-tutorial)

[HTX: whitelist assets adding](https://hash7-gitbook.gitbook.io/en/user-guide/1.3-api-binding-tutorial/1.3.2-htx-api-binding-tutorial/htx-whitelist-assets-adding)

[1.3.3 Bybit API Binding Tutorial;](https://hash7-gitbook.gitbook.io/en/user-guide/1.3-api-binding-tutorial/1.3.3-bybit-api-binding-tutorial)

[Bybit: whitelist assets adding](https://hash7-gitbook.gitbook.io/en/user-guide/1.3-api-binding-tutorial/1.3.3-bybit-api-binding-tutorial/bybit-whitelist-assets-adding)

[1.3.4 BingX API Binding Tutorial](https://hash7-gitbook.gitbook.io/en/user-guide/1.3-api-binding-tutorial/1.3.4-bingx-api-binding-tutorial);

[1.3.5 OKX API Binding Tutorial](https://hash7-gitbook.gitbook.io/en/user-guide/1.3-api-binding-tutorial/1.3.5-okx-api-binding-tutorial);

[1.3.6 MEXC API Binding Tutorial](https://hash7-gitbook.gitbook.io/en/user-guide/1.3-api-binding-tutorial/1.3.6-mexc-api-binding-tutorial);

[1.3.7 KuCoin API Binding Tutorial;](https://hash7-gitbook.gitbook.io/en/user-guide/1.3-api-binding-tutorial/1.3.7-kucoin-api-binding-tutorial)

When using automated trading bots, it is necessary to bind the bot to the user's API-keys on certain exchanges to be traded. This will allow the bot to access the user's trading account and execute trades automatically. It is important to carefully study the security measures and permissions related to the API-keys binding on each exchange in order to protect the user's funds and personal information. It is also important to closely monitor the bot's performance and adjust settings as needed to make sure it is working effectively and in line with the user's investment objectives and risk tolerance.


---

# 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://hash7-gitbook.gitbook.io/en/user-guide/1.3-api-binding-tutorial.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.
