> 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/fr/blocksec-aml-api/introduction.md).

# Introduction

Le service API AML de BlockSec propose deux principaux ensembles d'APIs, fournissant des services pour [**les requêtes de labels d'adresse**](/fr/blocksec-aml-api/address-label-api.md) et [**les requêtes de score de risque**](/fr/blocksec-aml-api/wallet-screening-api.md), respectivement.

## Vue d'ensemble de l'API

### APIs de Labels d'Adresse

<table><thead><tr><th width="133">Méthode</th><th>API</th></tr></thead><tbody><tr><td><code>GET</code></td><td><a href="/pages/nq4T0rSmr3ft3zmgwC34#get-supported-chains">Obtenir les Blockchains Supportées</a></td></tr><tr><td><code>POST</code></td><td><a href="/pages/nq4T0rSmr3ft3zmgwC34#get-address-labels">Obtenir les Labels d'Adresse</a> (en <a href="/pages/nq4T0rSmr3ft3zmgwC34#get-address-labels-in-batch">Lot</a>)</td></tr><tr><td><code>POST</code></td><td><a href="/pages/nq4T0rSmr3ft3zmgwC34#get-entity-info">Obtenir les Informations sur l'Entité</a></td></tr></tbody></table>

### APIs de Score de Risque

<table><thead><tr><th width="132">Méthode</th><th>API</th></tr></thead><tbody><tr><td><code>GET</code></td><td><a href="/pages/cXtUkqTE7vZ0J31BqQ0P#get-supported-chains">Obtenir les Blockchains Supportées</a></td></tr><tr><td><code>GET</code></td><td><a href="/pages/cXtUkqTE7vZ0J31BqQ0P#get-risk-indicators">Obtenir les Indicateurs de Risque</a></td></tr><tr><td><code>POST</code></td><td><a href="/pages/cXtUkqTE7vZ0J31BqQ0P#get-address-compliance-risk">Obtenir le Score de Risque d'Adresse</a></td></tr></tbody></table>

## Limites de Taux

La limite de taux pour chaque requête API est de cinq requêtes par seconde, et chaque plan d'abonnement limite le nombre d'adresses qui peuvent être **consultées quotidiennement**. Consultez notre [page d'abonnement](https://metasleuth.io/plans#apis) pour plus de détails.

## En Savoir Plus

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

[response-format.md](/fr/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/fr/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.
