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

# longbridge deposits

View your deposit history with optional filtering by state and currency.

## Basic Usage

```bash
longbridge deposits
```

```
Total: 3

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

## Examples

### View all deposits

```bash
longbridge deposits
```

### Filter by state

```bash
# 0=pending, 1=credited, 2=failed
longbridge deposits --states 1
```

### Filter by currency

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

### Paginate

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

## Requirements

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