> For the complete documentation index, see [llms.txt](https://docs.gp7.app/ru/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.gp7.app/ru/aktivy.md).

# Активы

GP7 App стремится быть универсальным интерфейсом для работы с любой криптовалютой. Мы понимаем, что большая часть криптовалюты находится на счетах бирж. Для удобства управления всем портфелем криптовалют GP7 Wallet предоставляет возможность мониторинга балансов доступных криптовалют на популярных биржах.

На данный момент можно подключить 12 бирж:&#x20;

* Binance
* Kraken
* Bittrex
* OKEx
* Exmo
* Bitfinex
* Huobi
* KuCoin
* HitBTC
* Poloniex
* BitMax
* Gate.io

![](https://i.imgur.com/LmT3XhG.png) ![](https://i.imgur.com/F5B9xeY.png)&#x20;

В разделе Assets (Активы) нажмите на большой желтый значок «+», чтобы начать подключать биржу к своей учетной записи, и выберите интересующую вас биржу из доступных.

В качестве примера возьмем биржу № 1 — Binance.

Сперва необходимо создать ключи API на панели управления Binance.

Авторизуйтесь на сайте binance.com и зайдите в раздел API Management (Управление API).

Введите название API-ключа, например GP7 Wallet, и нажмите Create (Создать).

![](/files/-M8M-HtTux0L504_wrsT)

Чтобы не вводить данные вручную, вы можете просто отсканировать QR-код, содержащий все необходимые данные.

Обратите внимание: необходимо добавить IP-адрес нашего сервера в список доверенных IP-адресов.

![](https://i.imgur.com/yVthgEv.png) ![](https://i.imgur.com/jhtNLP2.png)&#x20;

Список доверенных адресов — хорошая практика. Таким образом Binance заботится о безопасности своих клиентов.

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

Скопируйте или перепишите IP-адрес из мобильного кошелька в поле Restrict access to trusted IPs only (Ограничить доступ только доверенными IP-адресами).

![](https://i.imgur.com/fyXmKYh.png)

Нажмите Connect Binance account [Необходимо поменять и в интерфейсе (в англ. версии). Сейчас неправильный порядок слов.](https://app.gitbook.com/s/-M8KXOaV6cnD0fWD-Iyl/Подключить%20счет%20Binance), и у вас появится новая карта на главном экране.

На главном экране отображается суммарный баланс на бирже, а внутри карты можно посмотреть, в каких монетах он представлен.

Информация о стоимости монет и их балансе обновляется в реальном времени.

![](https://i.imgur.com/evaLmMj.png) ![](https://i.imgur.com/IFq09lA.png)&#x20;


---

# 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://docs.gp7.app/ru/aktivy.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.
