---
title: 'positions'
sidebar_label: 'positions'
sidebar_position: 2
---

# longbridge positions

列出當前股票持倉——標的代碼、數量、可用數量、成本價及市場。

## 基本用法

```bash
longbridge positions
```

```
| Symbol  | Name      | Quantity | Available | Cost Price | Currency | Market |
|---------|-----------|----------|-----------|------------|----------|--------|
| NVDA.US | NVIDIA    | 101      | 101       | 50.229     | USD      | US     |
| MSFT.US | Microsoft | 15       | 15        | 373.310    | USD      | US     |
| AAPL.US | Apple     | 133      | 133       | 211.589    | USD      | US     |
| 9988.HK | BABA-W    | 500      | 500       | 95.640     | HKD      | HK     |
```

## 示例

### 查看所有持倉

```bash
longbridge positions
longbridge positions --format json
```

展示每筆持倉的名稱、標的代碼、數量、可用交易數量、成本價及市場。

## 權限要求

需要 OAuth 帳戶權限。參見[帳戶權限設置](/zh-HK/docs/trade/)。
