# Cancelling Trade

Trade cancelling is only available on an existing trade per wallet.

<figure><img src="/files/8g31t5QAci5cB9xUSbuC" alt=""><figcaption><p>Users cancel his trade by clicking "CANCEL TRADE."</p></figcaption></figure>

User cancellation form is auto loaded on entering the page at "Create Trade" tab.

Trades can be canceled by clicking "CANCEL TRADE," which refunds the ETH fees. (network gas is not a fee)


---

# 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://akc-universe.gitbook.io/akc-universe-knowledge-base/utilities-page/cancelling-trade.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.
