# Order History

By clicking on **“Order History”**, you can view all your orders.

{% hint style="warning" %}
**Order History** records every action you take, while **Trade History** focuses only on executed trades.\
Therefore, every order displayed in **Trade History** is included in **Order History**.
{% endhint %}

You can choose to display orders only for the currently displayed pool, and you can also filter them by **Direction** and by order **Type**.

{% hint style="info" %}
“**Time**” indicates the exact date of the order event.

“**Pair**” displays the selected token pair.

“**Direction**” indicates whether the order was a Buy, a Sell, a Long, or a Short.

“**Type**” indicates whether the order was a Market Order, Limit Order, Stop Loss, Take Profit, or Liquidation.

“**Size**” is the notional value of the order expressed in the base token, along with its $ value at that time.

“**Filled Size**” shows the number of tokens filled out of the total size of your order.

“**Order Value**” is the notional value of the order expressed in the quote token, along with its $ value at that time.

“**Price**” is the price at which the order occurred.

“**Avg Price**” is the average price at which the order was processed.

“**Status**” indicates whether the order has been Filled, Claimed, or Cancelled.

You can also click on the icon in the last column to display the transaction on Solscan.
{% endhint %}

To choose which columns to display on your **"Order History"** dashboard, click here and tick the relevant boxes. You can also choose to enable all.

<figure><img src="/files/v9T0aotwDodxptTeoX0F" 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://docs.defituna.com/dive-into-defituna/trade/platform-info/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.
