# 响应格式

当您的 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_cn/blocksec-fan-xi-qian-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.
