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


---

# 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/de/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.
