> For the complete documentation index, see [llms.txt](https://docs.runealpha.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.runealpha.xyz/cn/guides/scan.md).

# 浏览

transactions

交易可以通过哈希搜索，例如:$COOK 创建 transaction:

{% embed url="<https://runealpha.xyz/txs/e70237e1e029841e513913ed034a1e89d7c79b3ff1d14950381ffd1bc3db87ea>" %}

Runes

Runes 可以通过符文名称搜索，例如，$COOK可以通过id搜索:

{% embed url="<https://runealpha.xyz/runes/c82970852>" %}

Address

地址可以通过地址哈希搜索，这将显示所有的交易。我们还提供了一个选项，只显示符文交易.

{% embed url="<https://runealpha.xyz/address/3C9KoUifqeS5LktQvHGZoMM7Uoq6FZQQvx>" %}


---

# 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:

```
GET https://docs.runealpha.xyz/cn/guides/scan.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.
