# Cancel Order

## Cancel One Order

Assuming you want to cancel one order.

* Step 1: Navigate to "Open Orders" tab.
* Step 2: Select the order you want to cancel, and click "Cancel.”

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

## Cancel All Orders

Assuming you want to cancel all open orders.

* Step 1: Navigate to "Open Orders" tab.
* Step 2: Click "Cancel All."

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

* Step 3: Click "Confirm" in pop-up to cancel all orders.

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

## Cancel All Orders of specific Trading Pair

Assuming you want to cancel all WBTC/USDC open orders.

* Step 1: Select trading pair as WBTC/USDC.

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

* Step 2: Navigate to "Open Orders" tab.
* Step 3: Ensure "Current Pair Only" is checked.
* Step 4: Click "Cancel All."

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

* Step 5: Click "Confirm" in pop-up to cancel all WBTC/USDC orders.

<figure><img src="/files/3q7j042PRBV8H2KvHwPB" 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://vesselfinance.gitbook.io/vessel/mainnet-user-guide/trade/cancel-order.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.
