---
title: 'deposits'
sidebar_label: 'deposits'
sidebar_position: 22
---

# longbridge deposits

查看入金歷史記錄，支持按狀態和貨幣篩選。

## 基本用法

```bash
longbridge deposits
```

```
Total: 3

| id      | date                 | amount   | currency | type | state  |
|---------|----------------------|----------|----------|------|--------|
| 2096375 | 2026-04-30T07:57:49Z | 3000.00  | USD      | 電匯 | 已入賬 |
| 2036889 | 2026-03-27T02:54:49Z | 10000.00 | USD      | 電匯 | 已入賬 |
| 1980183 | 2026-03-02T02:32:11Z | 3132.60  | USD      | 電匯 | 已入賬 |
```

## 示例

### 查看全部入金記錄

```bash
longbridge deposits
```

### 按狀態篩選

```bash
# 0=待處理, 1=已入賬, 2=失敗
longbridge deposits --states 1
```

### 按貨幣篩選

```bash
longbridge deposits --currencies HKD,USD
```

### 翻頁

```bash
longbridge deposits --page 2 --count 50
```

## 權限要求

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