# Trade Histories

Your trade histories page shows all your past trading activity on the platform, giving you a complete record in one single place.

### Accessing Your Trade History

Trade History can be accessed once you're logged into the platform by clicking on your user profile and then selecting the "Trade History" option from the dropdown.

### Understanding Your History

Each transaction includes the following:

1. Date and Time
2. Tokens Involved
3. Amount of Tokens
4. Value of the Transaction
5. Status

{% hint style="info" %}
Your trade history specifically only covers trades done on the platform. This does not include any incoming transactions to fund the account or any other transactions that you may have done after exporting your wallet.
{% endhint %}


---

# 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://onchained.gitbook.io/onchained/trading/trade-histories.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.
