# Open Orders

## Open Orders

A pending order refers to an order that has been placed by the user but has not yet been executed or completed. These orders remain open because the trade has not been filled, or the price specified in the order has not been reached for the trade to be executed.

When you create a new order, it remains in a pending state until certain conditions are met to trigger its execution. Once the order is matched with a corresponding buy or sell order from another party in the market, the trade is completed, and the pending order is no longer active. At that point, it becomes a completed order, and the transaction is recorded in the trade history.

## 설명

* When the order is completed normally, it is displayed as a list as shown in the screen below.

<figure><img src="/files/HUj5Csh2HGXbfk6xHzvn" alt=""><figcaption><p>Open Orders 예시 화면</p></figcaption></figure>

* For details of the table, see below.

<table><thead><tr><th width="195.33333333333331">Eng</th><th width="126">Kor</th><th>Description</th></tr></thead><tbody><tr><td>Date</td><td>주문일시</td><td>Displayed in UTC and sorted by order creation time</td></tr><tr><td>Pair</td><td>토큰명</td><td>Token name paired with WEMIX$</td></tr><tr><td>Side</td><td>매매구분</td><td>Sell Order or Buy Order</td></tr><tr><td>Type</td><td>주문유형</td><td>Limit or market price as a basic order When strategy is added, it is divided into Bargain Hunting, Buying Spree, Stop Loss, and Take Profit.</td></tr><tr><td>Price</td><td>주문가격</td><td>The price at which the order was created at Limit or Market</td></tr><tr><td>Amount</td><td>주문수량</td><td>Qunatity that created the order</td></tr><tr><td>Filled</td><td>체결수량</td><td>Quantity filled out of total order quantity</td></tr><tr><td>Total</td><td>주문금액</td><td>Ordered Quantity X Ordered Price</td></tr><tr><td>Trigger Condition</td><td>감시조건</td><td>Triggered when the trigger price specified in the order is reached (trigger price = market price)</td></tr><tr><td>Time in Force</td><td>유효기간</td><td>Shows how long an order will remain in the market</td></tr><tr><td>Cancel</td><td>주문취소</td><td>A wallet signature is required when the user cancels an open order</td></tr></tbody></table>


---

# 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-en.pnix.exchange/decentralized-exchange/step-by-step-user-guide/manage-orders/open-orders.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.
