> For the complete documentation index, see [llms.txt](https://docs.ispecalgo.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ispecalgo.com/isa-terminal/birzhi-i-podklyucheniya.md).

# Биржи и подключения

В этом разделе собрана информация о подключении ISA Terminal к биржам через API-ключи.

Подключение нужно, чтобы терминал мог получать данные с вашего биржевого аккаунта и отправлять торговые команды от имени ваших ботов.

## Что важно знать

* подключение создаётся через API-ключи биржи;
* ключи должны соответствовать выбранной бирже и рынку;
* новое подключение сначала создаётся выключенным;
* перед созданием бота подключение нужно включить;
* после включения терминал подтягивает баланс и список доступных торговых пар;
* на одном аккаунте ISA Terminal можно создать не больше 3 подключений.

## Поддерживаемые биржи

| Биржа   | Статус            |
| ------- | ----------------- |
| Bybit   | Доступна          |
| BingX   | Доступна          |
| Binance | Пока в разработке |

## Поддерживаемые рынки

| Биржа | Рынки              |
| ----- | ------------------ |
| Bybit | Spot, Futures USDT |
| BingX | Spot, Futures      |

## Следующий шаг

Если вы запускаете терминал впервые, идите по порядку:

1. [One-Way режим](/isa-terminal/birzhi-i-podklyucheniya/one-way-rezhim.md) — проверьте режим позиции на фьючерсах.
2. [API-ключи Bybit](/isa-terminal/birzhi-i-podklyucheniya/api-klyuchi-bybit.md) или [API-ключи BingX](/isa-terminal/birzhi-i-podklyucheniya/api-klyuchi-bingx.md) — создайте ключи на бирже.
3. [Демо-ключи](/isa-terminal/birzhi-i-podklyucheniya/demo-klyuchi.md) — если хотите тестировать без реальных денег.
4. [Подключение к бирже](/isa-terminal/birzhi-i-podklyucheniya/kak-sozdat-podklyuchenie-k-birzhe.md) — добавьте подключение в ISA Terminal.
5. [Ошибки API](/isa-terminal/birzhi-i-podklyucheniya/chastye-oshibki-api.md) — если подключение не создаётся или не включается.


---

# 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://docs.ispecalgo.com/isa-terminal/birzhi-i-podklyucheniya.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.
