> 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/response-format.md).

# Antwortformat

Wenn Ihre HTTPS-Anfrage erfolgreich ist, werden in jeder Antwort die folgenden vier Hauptfelder angezeigt.

<table><thead><tr><th width="135">Feld</th><th width="90">Typ</th><th>Beschreibung</th></tr></thead><tbody><tr><td>request_id</td><td>String</td><td>Die eindeutige ID für die aktuelle Anfrage. Wenn Sie Fragen oder Bedenken bezüglich der Ergebnisse dieser Anfrage haben, senden Sie uns bitte die Anfrage-ID zur Überprüfung.</td></tr><tr><td>code</td><td>Integer</td><td>Der Statuscode der Anfrage. Ein Code von 200000 zeigt eine erfolgreiche Anfrage an, während andere Codes auf Fehler hinweisen. Die Tabelle unten bietet eine umfassende Liste von Codes und deren Bedeutungen.</td></tr><tr><td>message</td><td>String</td><td>Informationen zum Code.</td></tr><tr><td>data</td><td>-</td><td>Detaillierte Ergebnisse. Dieses Feld variiert je nach Anfrage. Bitte beziehen Sie sich auf die Dokumentation jedes Endpunkts, um die Details zu erhalten.</td></tr></tbody></table>

<table><thead><tr><th width="137">Code</th><th>Beschreibung</th></tr></thead><tbody><tr><td>200000</td><td>Erfolg</td></tr><tr><td>400001</td><td>Nicht autorisierte Operation</td></tr><tr><td>400002</td><td>Anforderungsrate ist zu hoch. Bitte versuchen Sie es später erneut.</td></tr><tr><td>400004</td><td>Ungültige Parameter</td></tr><tr><td>400005</td><td>Benutzer existiert nicht</td></tr><tr><td>400006</td><td>Server beschäftigt</td></tr><tr><td>400007</td><td>Ungültiger API-Schlüssel</td></tr><tr><td>400008</td><td>Ungültiges Authentifizierungsformat</td></tr><tr><td>400009</td><td>Der API-Schlüssel ist abgelaufen</td></tr><tr><td>400010</td><td>404 nicht gefunden!</td></tr><tr><td>400011</td><td>Ungültige Adresse. Bitte stellen Sie sicher, dass Sie die richtige Kette und Adresse angegeben haben.</td></tr><tr><td>400012</td><td>Tägliches Anforderungslimit überschritten. Bitte versuchen Sie es morgen erneut.</td></tr><tr><td>400013</td><td>Ungültige Parameter. Nicht unterstützter Kettenname</td></tr><tr><td>500000</td><td>Interner Fehler</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/de/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.
