> For the complete documentation index, see [llms.txt](https://docs.darkbot.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.darkbot.io/credentials-page/credentials-details-page/trade-history/what-information-is-available-on-the-trade-history-page.md).

# What information is available on the trade history page

The Trade History page provides a detailed table containing comprehensive information about all your trades. This article provides an overview of the data displayed on the Trade History page and explains the available filtering and sorting options.

**Trade History Table:**

<figure><img src="/files/0gtFIXSC2EOII71Gawju" alt="Trade history table"><figcaption><p>Trade history table</p></figcaption></figure>

The Trade History table presents the following information for each trade:

1. *Side:* Indicates whether it was a buy or sell trade.
2. *Order ID:* Represents the unique identifier for the order associated with the trade.
3. *Trade ID:* Displays the unique identifier for the trade.
4. *Market:* Specifies the market or trading pair involved in the trade.
5. *Amount:* Reflects the quantity of the traded asset.
6. *Price:* Represents the price at which the trade occurred.
7. *Total:* Calculates the total value of the trade (amount \* price).
8. *Fee Amount:* Displays the amount of the fee associated with the trade.
9. *Fee:* Specifies the percentage or value of the fee relative to the trade.
10. *Time:* Indicates the timestamp or date and time when the trade was executed.

**Filtering Options:**

The Trade History table offers several filtering options to refine the displayed data:

1. *Side:* Filter trades based on whether they are buy or sell trades.
2. *Order ID:* Search for trades by the unique identifier of the associated order.
3. *Market:* Filter trades for specific markets or trading pairs.
4. *Date Range (From and To):* Specify a date range to view trades within a specific period.

**Sorting the Table:**

The Trade History table allows sorting of each column in both ascending and descending order. You can click on the column headers to sort the data based on your preference, whether it is sorting by Side, Order ID, Trade ID, Market, Amount, Price, Total, Fee Amount, Fee, or Time.

**Conclusion:**&#x20;

The Trade History page provides a comprehensive overview of all your trades, allowing you to review and analyze past trading activities. With the available filtering options and the ability to sort the table by various columns, you can easily locate specific trades or analyze your trading performance based on different parameters. Utilize the Trade History page to gain insights, track your trading activities, and make informed decisions for future trading strategies.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.darkbot.io/credentials-page/credentials-details-page/trade-history/what-information-is-available-on-the-trade-history-page.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
