---
title: 'assets'
sidebar_label: 'assets'
sidebar_position: 3
---

# longbridge assets

View your full account overview — net assets, buying power, margin status, risk level, and cash balances across all currencies.

## Basic Usage

```bash
longbridge assets
```

```
| Currency | Net Assets | Total Cash | Buy Power  | Max Finance | Remaining Finance | Init Margin | Maintenance Margin | Risk Level |
|----------|------------|------------|------------|-------------|-------------------|-------------|--------------------|------------|
| USD      | 125422.43  | 58638.84   | 106743.46  | 410651.27   | 371985.59         | 18678.97    | 16305.97           | Safe       |

| Currency | Available Cash | Frozen Cash | Settling Cash | Withdrawable |
|----------|----------------|-------------|---------------|--------------|
| USD      | -38665.68      | 332.19      | -10108.02     | -38665.68    |
| HKD      | 755592.21      | 64.69       | -27760.00     | 755592.21    |
```

## Examples

### Check account overview

```bash
longbridge assets
longbridge assets --format json
```

Displays net assets, total cash, buying power, margin usage, and risk level in a readable table.

## Requirements

OAuth account permission required. See the [account permission setup](/docs/trade/) guide.
