> For the complete documentation index, see [llms.txt](https://colibri-2.gitbook.io/colibri-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://colibri-2.gitbook.io/colibri-docs/colibri-terminal/s-chego-nachat/podklyuchenie-api/hyperliquid.md).

# Hyperliquid

[Регистрация на бирже Hyperliquid](https://app.hyperliquid.xyz/join/COLIBRI2026)

Hyperliquid — это децентрализованная биржа (DEX) бессрочных контрактов на собственном блокчейне. Вместо привычных API-ключей здесь используется **API-кошелёк** (`agent wallet`): в терминал вводятся его адрес и приватный ключ.

## Регистрация

1. Перейдите по [реферальной ссылке](https://app.hyperliquid.xyz/join/COLIBRI2026). Появится окно **Join Now** с предложением сэкономить на комиссиях — нажмите **«Join with code: COLIBRI2026»**.

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

2. Дальше биржа предложит авторизоваться — через криптокошелёк или по e-mail. Особой разницы нет, выбирайте удобный способ и соглашайтесь со всем, что предлагает биржа.

## Создание API-кошелька

1. В верхнем меню откройте **More → API**.

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

2. На странице **API** в левом поле введите название подключения — оно может быть любым, например `Colibri`. Затем в поле справа нажмите **Generate** (сгенерируется адрес API-кошелька) и нажмите **«Authorize API Wallet»**.

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

3. В открывшемся окне скопируйте **Private Key** — это и будет **Секретный ключ (Secret Key)** в терминале. В поле **Days Valid** задайте срок действия API-кошелька (кнопка **MAX** ставит максимальный) и нажмите **Authorize**.

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

{% hint style="warning" %}
Приватный ключ показывается только один раз — сохраните его сразу. Если потеряете, придётся создавать и авторизовывать новый API-кошелёк.
{% endhint %}

4. В правом верхнем углу нажмите на ID кошелька и скопируйте его — это и будет **Ключ API (Api Key)** в терминале.

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

## Подключение в терминале

1. В терминале откройте **«Подключения» → «Добавить подключение»** и выберите **Hyperliquid**.
2. В поле **Ключ API** вставьте ID кошелька (адрес из правого верхнего угла сайта).
3. В поле **Секретный ключ** вставьте **Private Key** API-кошелька.
4. Сохраните — подключение готово к торговле.

Подробнее о том, как добавить подключение в терминал, — на странице [Подключение API](/colibri-docs/colibri-terminal/s-chego-nachat/podklyuchenie-api.md).

{% hint style="info" %}
API-кошельки Hyperliquid не имеют права на вывод средств: торговать через терминал можно, а вывести деньги по этим ключам нельзя.
{% endhint %}


---

# 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://colibri-2.gitbook.io/colibri-docs/colibri-terminal/s-chego-nachat/podklyuchenie-api/hyperliquid.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.
