> For the complete documentation index, see [llms.txt](https://wiki-ru-macos.tiger.trade/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki-ru-macos.tiger.trade/features/kak-nachat/podklyuchitsya-k-birzhe.md).

# Подключиться к бирже

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

{% hint style="info" %}
Обратите внимание, что вы можете создать два отдельных подключения для спота и фьючерса, но вы также можете создать одно на Binance, в котором вы можете поставить галочки рядом со спотом и фьючерсом одновременно.
{% endhint %}

Чтобы настроить подключение к Binance:

1. Теперь запустите приложение, нажмите на свой профиль и перейдите в **Preferences → Exchanges**
2. В открывшемся окне нажмите кнопку **Add new exchange** и выберите биржу из появившегося списка

<figure><img src="/files/WwAlzpjlfS2gPID8UQnH" alt=""><figcaption></figcaption></figure>

3\. В открывшемся окне укажите название подключения (придумайте такое, которое будет удобно и легко найти, если у вас много подключений) и введите API-ключ, который вы получили на сайте Binance.

{% hint style="info" %}
Чтобы настроить ключи API, [следуйте инструкции](https://www.binance.com/en-NZ/support/faq/how-to-create-api-360002502072)
{% endhint %}

<figure><img src="/files/ozjKq41bc8YqMhl2ChRp" alt=""><figcaption></figcaption></figure>

Нажмите Connect to Binance. Как только соединение будет установлено, вы увидите уведомление:

<figure><img src="/files/gnokpCy4rimENqo1Nl5x" alt=""><figcaption></figcaption></figure>

Если вам нужно отредактировать подключение, нажмите на три переключателя в строке с подключением и переключитесь в режим редактирования. Этот режим доступен только при отсутствии соединения.

<figure><img src="/files/Pv0x203nEPtUWU8RpIWB" alt=""><figcaption></figcaption></figure>

В этой строке вы также увидите:

* **Auto connect** — при активации этой опции система будет автоматически подключаться по указанным ключам.
* **Connected** — показывает ваш статус подключения.

{% hint style="info" %}
Демо-торговля доступна начиная с версии 23.2. Включите переключатель **Demo trading**, чтобы торговать в симулированной среде без использования реальных средств. Убедитесь, что используете API ключи от демо аккаунта на бирже.
{% endhint %}

<div><figure><img src="/files/TZs9UViSWD8I9Qfw9g0l" alt=""><figcaption></figcaption></figure> <figure><img src="/files/XkE5MFgYywmuM9EMbRM9" alt=""><figcaption></figcaption></figure> <figure><img src="/files/F1EPQTVaHVu60bKJXpa3" alt=""><figcaption></figcaption></figure></div>


---

# 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://wiki-ru-macos.tiger.trade/features/kak-nachat/podklyuchitsya-k-birzhe.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.
