> For the complete documentation index, see [llms.txt](https://docs.metasleuth.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.metasleuth.io/ru/blocksec-aml-api/introduction/response-format.md).

# Формат ответа

Когда ваш HTTPS запрос будет успешным, вы увидите следующие четыре основных поля в каждом ответе.

<table><thead><tr><th width="135">Поле</th><th width="90">Тип</th><th>Описание</th></tr></thead><tbody><tr><td>request_id</td><td>String</td><td>Уникальный идентификатор для текущего запроса. Если у вас есть вопросы или замечания по поводу результатов этого запроса, пожалуйста, отправьте нам идентификатор запроса для рассмотрения.</td></tr><tr><td>code</td><td>Integer</td><td>Код статуса запроса. Код 200000 указывает на успешный запрос, в то время как другие коды указывают на ошибки. Таблица ниже предоставляет подробный список кодов и их значений.</td></tr><tr><td>message</td><td>String</td><td>Информация относительно кода.</td></tr><tr><td>data</td><td>-</td><td>Подробные результаты. Это поле зависит от каждого запроса. Пожалуйста, обратитесь к документации каждого конечного устройства, чтобы получить подробную информацию.</td></tr></tbody></table>

<table><thead><tr><th width="137">Код</th><th>Описание</th></tr></thead><tbody><tr><td>200000</td><td>Успех</td></tr><tr><td>400001</td><td>Неавторизованная операция</td></tr><tr><td>400002</td><td>Слишком высокая частота запросов. Пожалуйста, попробуйте позже.</td></tr><tr><td>400004</td><td>Неверные параметры</td></tr><tr><td>400005</td><td>Пользователь не существует</td></tr><tr><td>400006</td><td>Сервер занят</td></tr><tr><td>400007</td><td>Неверный API ключ</td></tr><tr><td>400008</td><td>Неверный формат аутентификации</td></tr><tr><td>400009</td><td>API ключ просрочен</td></tr><tr><td>400010</td><td>404 не найдено!</td></tr><tr><td>400011</td><td>Неверный адрес. Пожалуйста, убедитесь, что вы предоставили правильный блокчейн и адрес.</td></tr><tr><td>400012</td><td>Превышен дневной лимит запросов. Пожалуйста, попробуйте снова завтра.</td></tr><tr><td>400013</td><td>Неверные параметры. Не поддерживается имя цепочки</td></tr><tr><td>500000</td><td>Внутренняя ошибка</td></tr></tbody></table>


---

# 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.metasleuth.io/ru/blocksec-aml-api/introduction/response-format.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.
