> For the complete documentation index, see [llms.txt](https://docs.iexexchanger.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.iexexchanger.com/guide/copy-of-iexexchanger-api/osnovnoe/poluchenie-api-klyuchei.md).

# Получение API ключей

Для получения API Key, Вам необходимо выполните следующие действия:

1. Авторизуйтесь или Зарегистрируйтесь на сайте обменника.
2. Перейдите в **личный кабинет** и в разделе **"Настройки"** откройте вкладку **"REST API"**
3. Далее, скопируйте ключ который там представлен.

<figure><img src="https://docs.iexexchanger.com/~gitbook/image?url=https%3A%2F%2F1117585317-files.gitbook.io%2F%7E%2Ffiles%2Fv0%2Fb%2Fgitbook-x-prod.appspot.com%2Fo%2Fspaces%252FXEETY1NK4i0yhmhQ66c1%252Fuploads%252FAnpkO0AhvTGeLfI6eMrq%252F2023-04-03_16-16-51.png%3Falt%3Dmedia%26token%3D4036153a-b93f-42e2-984e-07b396a455cf&#x26;width=768&#x26;dpr=4&#x26;quality=100&#x26;sign=7814a452ab25e1acccfcc759b8e8a9e1691bdb66858ce73b642fbb4552328585" alt=""><figcaption></figcaption></figure>

{% hint style="danger" %}
По умолчанию API доступен не всем клиентам: Чтобы включить API, откройте панель управления обменником, зайдите в **"Пользователи — Список пользователей"**, выберите пользователя для которого хотите включить API и нажмите на имя пользователя для редактирования настроек.

Найдите **Разрешить доступ к REST API** и включите данную функцию
{% endhint %}

## Разрешение для API

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

Разрешения выдаются в разделе **API — Список API**

<figure><img src="https://docs.iexexchanger.com/~gitbook/image?url=https%3A%2F%2F1117585317-files.gitbook.io%2F%7E%2Ffiles%2Fv0%2Fb%2Fgitbook-x-prod.appspot.com%2Fo%2Fspaces%252FXEETY1NK4i0yhmhQ66c1%252Fuploads%252FVRLUYI3mSJREC5BzgqnD%252F2023-04-21_22-11-13.png%3Falt%3Dmedia%26token%3Dbf5538ed-1b49-4694-bcda-4da8935d0fb4&#x26;width=768&#x26;dpr=4&#x26;quality=100&#x26;sign=de0f53715fa5cecb9f7277d3eed0c4d39ba4cebfa08c00a0d40b5bf9e8b17c1b" 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://docs.iexexchanger.com/guide/copy-of-iexexchanger-api/osnovnoe/poluchenie-api-klyuchei.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.
