> For the complete documentation index, see [llms.txt](https://help.trade.fun/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.trade.fun/perps-spot/perpetual-spot-page/account-equity.md).

# Account Equity

### **Account Equity**

Displays a breakdown of your total wallet value across both **Spot** and **Perpetual** markets.

<figure><img src="/files/m6FfhtIBAmR0VR2kH6jD" alt="" width="297"><figcaption></figcaption></figure>

| Label                      | Description                                                                        |
| -------------------------- | ---------------------------------------------------------------------------------- |
| **Spot**                   | USD value of all assets held in spot.                                              |
| **Perps**                  | USD value of margin allocated to perpetual trading.                                |
| **Balance**                | Total of Spot + Perps.                                                             |
| **Unrealized PnL**         | Profit or loss from open positions that hasn’t been settled.                       |
| **Cross Margin Ratio**     | The ratio used to determine how close you are to liquidation in cross margin mode. |
| **Maintenance Margin**     | Minimum amount needed to keep your positions open.                                 |
| **Cross Account Leverage** | Leverage used across your entire account (cross margin).                           |

> Use the arrow toggles to navigate multiple accounts or sub-wallets if available.

***

### **PNL (Profit and Loss)**

<figure><img src="/files/e7fUWxkA07hfs7n3Iq4U" alt="" width="305"><figcaption></figcaption></figure>

A time-filtered breakdown of trading performance.

* **Day / Week / Month / All Time**\
  Shows the total realized PNL in USD for each respective time period.
* Reflects all **closed** trades and does not include unrealized PNL from open positions.

***

### **Volume**

A time-filtered display of your total trading volume across all markets.

<figure><img src="/files/8vyeftEuv2SQjn3N9hxD" alt="" width="305"><figcaption></figcaption></figure>

| Timeframe    | Description                  |
| ------------ | ---------------------------- |
| **Day**      | Trades in the last 24 hours. |
| **Week**     | Trades in the last 7 days.   |
| **Month**    | Trades in the last 30 days.  |
| **All Time** | Lifetime trading volume.     |


---

# 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:

```
GET https://help.trade.fun/perps-spot/perpetual-spot-page/account-equity.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.
