# Trade History

## Trade History

Trade History is a comprehensive record of past trades executed by the user. It includes essential details such as tokens previously bought or sold by the user, trade price, trade volume, and more. Reviewing your trade history provides an overall picture of the actual trades that have occurred in the past, helping you monitor trade activity and assess the outcomes.

In the transaction history, users can verify the order history of transactions completed during a specific period. However, cancellation orders are not displayed in the transaction history.

## Description

* Order history is displayed as a list, including user cancellation status, as shown on the screen below.

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

* output data by order period by using period filters (1 day, 1 week, 1 month, 3 months, selected period).

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

* For details of the table, see below.

<table><thead><tr><th width="156.33333333333331">Eng</th><th width="139">Kor</th><th>설명</th></tr></thead><tbody><tr><td>Date</td><td>거래일시</td><td>Transaction completion UTC 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 the order</td></tr><tr><td>Price</td><td>체결가</td><td>Average Price at which transaction were completed</td></tr><tr><td>Amount</td><td>체결수량</td><td>Total  Quantity Traded</td></tr><tr><td>Total</td><td>거래금액</td><td>Total Amount Traded</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>Tradig 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/trade-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.
