---
title: 'bank-cards'
sidebar_label: 'bank-cards'
sidebar_position: 20
---

# longbridge bank-cards

List the bank cards linked to your Longbridge account.

## Basic Usage

```bash
longbridge bank-cards
```

```
| bank                         | account          | currency | swift    | region         | status |
|------------------------------|------------------|----------|----------|----------------|--------|
| DBS Bank                     | 2712065366       | SGD      | DBSSSGSG | Singapore      | active |
| China Merchants Bank         | 6212998605139779 | ALL      | CMBCHKHH | Hong Kong      | active |
```

## Examples

### List linked bank cards

```bash
longbridge bank-cards
longbridge bank-cards --format json
```

Shows all linked bank cards with bank name, masked account number, currency, SWIFT code, and status.

## Requirements

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