> For the complete documentation index, see [llms.txt](https://hash7-gitbook.gitbook.io/en/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/en/user-guide/1.3-api-binding-tutorial.md).

# 1.3 API Binding Tutorial

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

[1.3.1 Binance API Binding Tutorial;](/en/user-guide/1.3-api-binding-tutorial/1.3.1-binance-api-binding-tutorial.md)

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

[1.3.2 HTX API Binding Tutorial;](/en/user-guide/1.3-api-binding-tutorial/1.3.2-htx-api-binding-tutorial.md)

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

[1.3.3 Bybit API Binding Tutorial;](/en/user-guide/1.3-api-binding-tutorial/1.3.3-bybit-api-binding-tutorial.md)

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

[1.3.4 BingX API Binding Tutorial](/en/user-guide/1.3-api-binding-tutorial/1.3.4-bingx-api-binding-tutorial.md);

[1.3.5 OKX API Binding Tutorial](/en/user-guide/1.3-api-binding-tutorial/1.3.5-okx-api-binding-tutorial.md);

[1.3.6 MEXC API Binding Tutorial](/en/user-guide/1.3-api-binding-tutorial/1.3.6-mexc-api-binding-tutorial.md);

[1.3.7 KuCoin API Binding Tutorial;](/en/user-guide/1.3-api-binding-tutorial/1.3.7-kucoin-api-binding-tutorial.md)

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
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/en/user-guide/1.3-api-binding-tutorial.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.
