# Trading History

## Order History

The order history provides a comprehensive record of your filled and cancelled orders within a specific timeframe. It includes details such as the Trading Symbol, Order Time, Order Type, Trading Side, Order Price, Filled Price, Order Amount, Filled Amount, Order Total, and Filled Total.

You can use filters to customize the data according to your preferences.

The order history on the trading page only displays data for the last 7 days. To access older records, navigate to Portfolio > History > Orders.

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

## **Trade History**

The trade history offers a detailed overview of your filled orders, including information about the trading fees incurred and your role in the trade (maker or taker).

Similar to the order history, the trade history on the trading page only shows data for the last 7 days. To view historical trade records beyond this timeframe, visit Portfolio > History > Trades.

<figure><img src="/files/CxU47rVd0tF0sHXJHQnb" 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://vesselfinance.gitbook.io/vessel/mainnet-user-guide/trade/trading-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.
