# Trade History

By clicking on **“Trade History”,** you can view all your executed trades.

{% hint style="warning" %}
**Trade History** focuses only on executed trades while **Order History** records every action you take.
{% endhint %}

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

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

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

“**Direction**” indicates whether the trade was a Buy, a Sell, an Open Long, an Open Short, a Close Long, or a Close Short.

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

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

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

“**Closed PnL**” refers to the final PnL of your trade.

“**Fee**” indicates the total amount of fees paid to execute the trade and/or to keep it open. Negative fees are rebates.

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 **"Trade 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/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.
