> 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/marketplace/unlist-rune.md).

# 取消上架 符文

**注意:**

* **取消时您必须支付网络费用，因为出于安全原因，我们需要更新您的UTXO**
* **当交易成功时，您的符文将被发送回您的钱包**

**步骤1:** 选择您想要取消订单的符文

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

**=步骤2:** 点击**我的订单**显示您的所有订单

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

**步骤3:** 您只能取消正在上市的订单

<figure><img src="/files/3ca48PcKKPTUWzEITvo5" alt=""><figcaption></figcaption></figure>

步骤4: 选择 **现在取消** 进行交易

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

步骤5: 一旦交易成功，您的符文将被发送回您的钱包，您可以再次列出它。

<figure><img src="/files/MffC7cKM6FVvbFyDpSmE" alt=""><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://docs.runealpha.xyz/cn/marketplace/unlist-rune.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.
