> ## Documentation Index
> Fetch the complete documentation index at: https://docs.tradingapi.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Account

> GET /v1/account

## GET /v1/account

```json theme={null}
{ "equity_usd": "1000.00", "available_usd": "400.00" }
```

* `equity_usd` includes unrealized PnL.
* `available_usd` is what can back new orders.
