> For the complete documentation index, see [llms.txt](https://avstrade.gitbook.io/ru/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://avstrade.gitbook.io/ru/nachalo-raboty/podklyuchenie-akkaunta/binance-api.md).

# Binance API

1. Создайте Api Binance. Пошаговая инструкция создания Api Binance [тут](https://www.binance.com/ru/support/faq/%D0%BA%D0%B0%D0%BA-%D1%81%D0%BE%D0%B7%D0%B4%D0%B0%D0%B2%D0%B0%D1%82%D1%8C-api-%D0%BA%D0%BB%D1%8E%D1%87%D0%B8-%D0%BD%D0%B0-binance-360002502072)
2. Перейдите в раздел "Аккаунты". Если у вас еще нет аккаунта, то нажмите ["Создать аккаунт"](broken://pages/MHPPZpE9urT9OnXQ7JNp). Если аккаунт ранее был создан, то нажмите кнопку редактирования аккаунта. Далее нажмите "Перейти к списку IP-адресов".

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

3. Скопируйте все представленные IP-адреса.

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

4. Разрешите доступ к этим IP-адресам на бирже Binance.

Выберите "Разрешить доступ только к доверенным IP-адресам" и вставьте туда скопированные с терминала AVSTRADE IP-адреса.

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

5. Разрешите доступ для торговли. Отметьте галочки возле следующих пунктов:

* Разрешить чтение.
* Включить Futures.
* Включить спотовую и маржинальную торговлю.
* Разрешить универсальные операции.
* Включить маржинальный заем, погашение и перевод.

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


---

# 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://avstrade.gitbook.io/ru/nachalo-raboty/podklyuchenie-akkaunta/binance-api.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.
