> For the complete documentation index, see [llms.txt](https://help.keyring.app/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.keyring.app/zh/keyring-pro/how-to-use/coin-search.md).

# 币搜索

币搜索是一项功能，允许用户查找各种代币/币种的信息。这帮助用户抓住市场机会，并通过 KEYRING EXCHANGE 进行交易。

## 搜索币种&#x20;

本次更新的亮点功能：币搜索！ 这一功能让用户能够轻松查找目标区块链上的代币，大幅提升资产管理能力。

<figure><img src="/files/AP4wF3x1NsI9QLANrGz9" alt="" width="375"><figcaption></figcaption></figure>

## 发现表现最佳的币种

激活搜索功能后，用户将即时看到所选链上过去 15 分钟内涨幅最高的前 3 个代币。这些代币将根据您选择的区块链动态更新。

<figure><img src="/files/yHJ0miEergteprbGILKy" alt="" width="375"><figcaption></figcaption></figure>

## 查看搜索历史

用户可以轻松在历史记录中查看之前的搜索内容，快速参考感兴趣的代币。

<figure><img src="/files/OKjhxQqXjWp5u9KQXD1h" alt="" width="375"><figcaption></figcaption></figure>


---

# 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://help.keyring.app/zh/keyring-pro/how-to-use/coin-search.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.
