> 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.md).

# Введение

Сервис BlockSec AML API предлагает два основных набора API, предоставляющих услуги для [**запросов адресных меток**](/ru/blocksec-aml-api/address-label-api.md) и [**запросов оценки риска**](/ru/blocksec-aml-api/wallet-screening-api.md) соответственно.

## Обзор API

### Адресные Метки APIs

<table><thead><tr><th width="133">Метод</th><th>API</th></tr></thead><tbody><tr><td><code>GET</code></td><td><a href="/pages/BnkQEyrkG8YTWxUe7OvT#get-supported-chains">Получить Поддерживаемые Цепочки</a></td></tr><tr><td><code>POST</code></td><td><a href="/pages/BnkQEyrkG8YTWxUe7OvT#get-address-labels">Получить Адресные Метки</a> (в <a href="/pages/BnkQEyrkG8YTWxUe7OvT#get-address-labels-in-batch">пакете</a>)</td></tr><tr><td><code>POST</code></td><td><a href="/pages/BnkQEyrkG8YTWxUe7OvT#get-entity-info">Получить информацию об организации</a></td></tr></tbody></table>

### Оценка Риска APIs

<table><thead><tr><th width="132">Метод</th><th>API</th></tr></thead><tbody><tr><td><code>GET</code></td><td><a href="/pages/RA472wDqV4Ab6Mrw8M0w#get-supported-chains">Получить Поддерживаемые Цепочки</a></td></tr><tr><td><code>GET</code></td><td><a href="/pages/RA472wDqV4Ab6Mrw8M0w#get-risk-indicators">Получить Индикаторы Риска</a></td></tr><tr><td><code>POST</code></td><td><a href="/pages/RA472wDqV4Ab6Mrw8M0w#get-address-compliance-risk">Получить Оценку Риска Адреса</a></td></tr></tbody></table>

## Ограничения по скорости

Ограничение скорости для каждого запроса API составляет пять запросов в секунду, и каждый план подписки ограничивает количество адресов, которые могут быть **запрошены ежедневно**. Подробности смотрите на нашей [стр. подписки](https://metasleuth.io/plans#apis).

## Узнать больше

[authentication.md](/ru/blocksec-aml-api/introduction/authentication.md)

[response-format.md](/ru/blocksec-aml-api/introduction/response-format.md)


---

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