# Order History

## Order History

Order History is a comprehensive record of previously executed orders created by the user. It contains valuable information such as the user's past orders, including details about which tokens were bought and sold, at what prices, and other relevant data. By accessing the Order History, users can conveniently track and analyze their previous trading activity, gaining insights into their past trades and transactions. This feature serves as a valuable tool for users to check and manage their trading activity effectively and make informed decisions based on historical data.

## Description

* Order History is presented in the form of a comprehensive list, which includes the user's order cancellation status, as depicted in the screen below.
* Furthermore, users have the flexibility to extract data based on specific time periods by utilizing the convenient period filters. These period filters allow users to view Order History data for different time intervals, such as 1 day, 1 week, 1 month, 3 months, or even a manually selected period.&#x20;

<figure><img src="/files/6CDEnOCo7qQ2Vtpy7GY7" alt=""><figcaption></figcaption></figure>

* When searching by selecting a period, set the period after selecting a calendar.

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

* If you want to check the details of a single contract in a single order, click the arrow button and select the list.

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

* For details of the table, see below.

<table><thead><tr><th width="181.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>Buy or Sell 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>Average</td><td>평균체결가격</td><td>Average price calculated as a weighted average of each executed price</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>Quantity that created the order</td></tr><tr><td>Total</td><td>주문금액</td><td>Amount that created the order</td></tr><tr><td>All</td><td>주문상태</td><td>Sort the status of closed, partially closed, canceled, and expired orders</td></tr><tr><td>Tx Hash</td><td>거래해시</td><td>When selected, transaction details can be checked on the blockchain scope</td></tr><tr><td>Trading Price</td><td>단일체결가</td><td>Execution price of a single transaction among multiple execution details</td></tr><tr><td>Excute</td><td>단일체결수량</td><td>Number of transactions executed in a single transaction among multiple transactions</td></tr><tr><td>Fee</td><td>수수료</td><td>Grade and Tier are applied as transaction fees</td></tr><tr><td>Role</td><td>역할</td><td>Trading Fee Type(Maker, Taker, Stop Maker, Stop Taker)</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/order-history.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.
