> For the complete documentation index, see [llms.txt](https://docs.frontrun.pro/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.frontrun.pro/cn/yong-hu-zhi-nan/jie-kou-wen-ti-pai-cha.md).

# 接口问题排查

#### 问题1：标签未显示

如果您在 Solscan、Axiom、GMGN、Terminal（Padre）或其他支持的平台上看不到钱包标签：

1. 打开 Chrome 开发者工具，进入 Service Worker 网络标签页
2. 筛选请求，输入 `batch-query`
3. 点击匹配的请求
4. 复制以下两个标签页的内容：&#x20;

   1. **Payload** — 包含请求地址、方法和请求体，请复制该标签页的全部内容&#x20;

   <figure><img src="/files/KuoFG72xKEV7DYnS7gmY" alt=""><figcaption></figcaption></figure>

   1. **Response** — 包含返回的钱包元数据，请复制该标签页的全部内容

   <figure><img src="/files/tISDMuQNknFrfOhnDRXi" alt=""><figcaption></figcaption></figure>
5. 将以上两条信息连同您的用户 ID 一起发送给 Frontrun 团队（用户 ID 可在设置页面中找到）。


---

# 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.frontrun.pro/cn/yong-hu-zhi-nan/jie-kou-wen-ti-pai-cha.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.
