# 響應格式

當您的 HTTPS 請求成功時，您將在每個回應中看到以下四個主要欄位。

<table><thead><tr><th width="135">欄位</th><th width="90">類型</th><th>描述</th></tr></thead><tbody><tr><td>request_id</td><td>String</td><td>目前請求的唯一 ID。如果您對此請求的結果有任何疑問或顧慮，請將請求 ID 發送給我們以供審查。</td></tr><tr><td>code</td><td>Integer</td><td>請求的狀態代碼。代碼 200000 表示請求成功，而其他代碼指示錯誤。下表提供了代碼及其含義的全面列表。</td></tr><tr><td>message</td><td>String</td><td>關於代碼的資訊。</td></tr><tr><td>data</td><td>-</td><td>詳細結果。此欄位根據每個請求而異。請參考每個端點的文檔來獲取詳細資訊。</td></tr></tbody></table>

<table><thead><tr><th width="137">代碼</th><th>描述</th></tr></thead><tbody><tr><td>200000</td><td>成功</td></tr><tr><td>400001</td><td>未經授權的操作</td></tr><tr><td>400002</td><td>請求速度過高。請稍後再試。</td></tr><tr><td>400004</td><td>無效的參數</td></tr><tr><td>400005</td><td>用戶不存在</td></tr><tr><td>400006</td><td>伺服器繁忙</td></tr><tr><td>400007</td><td>無效的 API 金鑰</td></tr><tr><td>400008</td><td>無效的認證格式</td></tr><tr><td>400009</td><td>API 金鑰已過期</td></tr><tr><td>400010</td><td>404 找不到！</td></tr><tr><td>400011</td><td>無效的地址。請確保您提供了正確的鏈和地址。</td></tr><tr><td>400012</td><td>超過每日請求限制。請明天再試。</td></tr><tr><td>400013</td><td>無效的參數。不支持的鏈名</td></tr><tr><td>500000</td><td>內部錯誤</td></tr></tbody></table>


---

# Agent Instructions: 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/zh_tw/blocksec-aml-api/introduction/response-format.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.
