# Trade history

<figure><img src="/files/maCzyhohKNJX6OqHJTAO" alt="Trade history panel showing fills, fees, notional value, and closed PNL."><figcaption><p>Trade history panel showing fills, fees, notional value, and closed PNL.</p></figcaption></figure>

Trade history shows recent fills on your Hyperliquid account.

Use it to review the market, direction, fill price, size, notional value, fee paid, and closed PNL. This is the best panel for checking what actually executed after submitting from the [Trade form](/terminal-sections/trade-form.md), [News](/terminal-sections/news.md), or position manage menu.

For submitted orders that did not fill, use [Order history](/terminal-sections/order-history.md). For still-active orders, use [Open orders](/terminal-sections/open-orders.md).


---

# 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.proliquid.xyz/terminal-sections/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.
