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

# Einführung

Der BlockSec AML API-Dienst bietet zwei Hauptsätze von APIs an, die jeweils Dienste für [**Adressetikettenabfragen**](/de/blocksec-aml-api/address-label-api.md) und [**Risikowertabfragen**](/de/blocksec-aml-api/wallet-screening-api.md) bereitstellen.

## Übersicht über die API

### Adressetikett-APIs

<table><thead><tr><th width="133">Methode</th><th>API</th></tr></thead><tbody><tr><td><code>GET</code></td><td><a href="/pages/4hyL9gF5ntWwOuaN7GTD#get-supported-chains">Unterstützte Ketten abrufen</a></td></tr><tr><td><code>POST</code></td><td><a href="/pages/4hyL9gF5ntWwOuaN7GTD#get-address-labels">Adressetiketten abrufen</a> (in <a href="/pages/4hyL9gF5ntWwOuaN7GTD#get-address-labels-in-batch">Stapel</a>)</td></tr><tr><td><code>POST</code></td><td><a href="/pages/4hyL9gF5ntWwOuaN7GTD#get-entity-info">Entitätsinformationen abrufen</a></td></tr></tbody></table>

### Risikowert-APIs

<table><thead><tr><th width="132">Methode</th><th>API</th></tr></thead><tbody><tr><td><code>GET</code></td><td><a href="/pages/q6NaL6sDtOAe4I7ag3nr#get-supported-chains">Unterstützte Ketten abrufen</a></td></tr><tr><td><code>GET</code></td><td><a href="/pages/q6NaL6sDtOAe4I7ag3nr#get-risk-indicators">Risikokennzahlen abrufen</a></td></tr><tr><td><code>POST</code></td><td><a href="/pages/q6NaL6sDtOAe4I7ag3nr#get-address-compliance-risk">Adress-Risikowert abrufen</a></td></tr></tbody></table>

## Ratenlimits

Das Ratenlimit für jede API-Anfrage beträgt fünf Anfragen pro Sekunde, und jeder Abonnementplan beschränkt die Anzahl der **täglich abgefragten** Adressen. Weitere Informationen finden Sie auf unserer [Abonnementseite](https://metasleuth.io/plans#apis).

## Mehr erfahren

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

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