# 边面板

当点击画布上的任何边时，会展开一个边列表面板。

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

在此面板中，您可以查看两个地址之间的所有资产转移（基于当前可用数据）。每条边由（from, to, asset）唯一标识。要查看具体转移数据，您需要点击“详细信息”进入交易列表面板。例如，点击上述示例中的（Poloniex 4, Poloniex Exchange Exploiter, Ether）将允许您在画布上查看涉及从 Poloniex 4 到 Poloniex Exchange Exploiter 的 Ether 转移的所有交易详情，如下所示。

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


---

# 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/yong-hu-shou-ce/canvas-and-panels/edge-panel.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.
