---
title: "Get a list of bank accounts"
method: GET
path: "/withdrawals/bank-accounts"
---

# Get a list of bank accounts

`GET /withdrawals/bank-accounts`

[Available in Production/Sandbox environment] Get a list of bank accounts added on the user's StraitsX account

## Headers

- `X-XFERS-APP-API-KEY` string, required
- `X-PUBLIC-KEY-ID` string
- `X-TIMESTAMP` string
- `X-NONCE` string
- `X-SIGNATURE` string

## Response `200`

200

- object
  - `data` object[]
    - `id` string — Bank account ID.
    - `type` string — Request type.
    - `attributes` object
      - `accountHolderName` string — Name of the bank account holder.
      - `accountNo` string — Bank account number.
      - `routingCode` unknown
      - `bank` string — Bank abbreviation.
      - `swiftBic` string — Bank SWIFT/BIC code.
      - `intermediarySwiftBic` unknown
      - `status` string — Bank account status.
      - `createdAt` string — Timestamp when the bank account was created.
      - `updatedAt` string — Timestamp when the bank account was last updated.

---

[API](https://skmtc.net/straitsx/apis/straitsx-sandbox-base-url.md) · [All operations](https://skmtc.net/straitsx/apis/straitsx-sandbox-base-url/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/straitsx/straitsx-sandbox-base-url/revisions/9ceee2969aeb/schema)
