> For the complete documentation index, see [llms.txt](https://start.atas.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://start.atas.net/ru/shag-4.-podklyuchi-schet/crypto/bitfinex.md).

# Bitfinex

Данная инструкция служит руководством для подключения биржи Bitfinex к платформе ATAS. Если у тебя еще нет аккаунта, можешь создать его [по ссылке](https://www.bitfinex.com/).

***

### Видео инструкция по подключению счета Bitfinex:

{% embed url="<https://youtu.be/GQc8KoslOkI?si=eTzMPAE9RGgPLG-b>" %}

**1. Для подключения аккаунта в ATAS необходимо создать API ключ.** Сделать это можно в личном кабинете [по ссылке](https://setting.bitfinex.com/api#new-key).\
**2. Ограничения и настройки API на бирже для успешного подключения в ATAS:**&#x20;

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

**3. Подключить аккаунт с помощью сгенерированных ключей в ATAS**. Для этого в главном окне платформы нажать на ***Подключения*****&#x20;-&#x20;*****Добавить*****&#x20;-&#x20;*****Bitfinex*** и нажать кнопку ***Далее.***

<figure><img src="/files/XZt4mG0PPBqx5zj4HUlD" alt="Подключение аккаунта с помощью сгенерированных ключей в ATAS"><figcaption></figcaption></figure>

**4. Настройка подключения в ATAS:**

<figure><img src="/files/F9cj8XqVnTvx0H5bSkiA" alt="Настройка подключения в ATAS"><figcaption></figcaption></figure>

**Key / Secret** – ключи, сгенерированные на сайте.\
**Exchange account / Margin account** – названия аккаунтов, которые будут отображаться в платформе ATAS.

О настройках данного окна, вы можете прочесть по ссылке: [Окно настройки подключений](https://help.atas.net/ru-RU/support/solutions/articles/72000612212).

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

**1. Добавить** – добавить новое подключение.\
**2. Тип** – Источник подключения.\
**3. Название** – имя подключения, которое можно установить самостоятельно.\
**4. Статус** – статус подключения.\
**5. Поставщик котировок** – опция выбора поставщика котировок (данное подключение будет использоваться в роли поставщика котировок).\
**6. Автоподключение** – если нужно чтобы подключение происходило автоматически при запуске платформы, то необходимо включить данную опцию.\
**7. Кнопка настройки подключения.**\
**8. Кнопка удаления подключения из списка.**\
**9. Подключиться/отключиться** – подключить/отключить коннектор.


---

# 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://start.atas.net/ru/shag-4.-podklyuchi-schet/crypto/bitfinex.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.
