---
title: "List Bank Accounts"
method: GET
path: "/off-ramp/bank-accounts"
tags: ["off-ramp"]
---

# List Bank Accounts

`GET /off-ramp/bank-accounts`

## Headers

- `Authorization-Signature` string, required

## Response `200`

Bank accounts

- object
  - `data` BankAccountDetails[]
    - `id` string, required
    - `account_name` string, nullable
    - `bank_name` string, nullable
    - `account_type` 'us' | 'iban' | 'swift' | 'clabe' | 'pix' | 'gb', required — Bank account rail: us (ACH), iban, swift, clabe, pix, or gb (FPS)
    - `account_owner_type` 'individual' | 'business' — Whether the bank account owner is an individual or business
    - `account_details` AccountDetails, required
      - `bank_name` string, nullable
      - `routing_number` string, nullable
      - `sort_code` string, nullable
      - `account_number` string, required
      - `checking_or_savings` string, nullable
      - `bic` string, nullable
      - `pix_key` string, nullable
    - `currency` 'usd' | 'eur' | 'mxn' | 'brl' | 'gbp', required — Currency used by the external bank account
    - `active` boolean, required
    - `beneficiary_address_valid` boolean, nullable
    - `deactivation_reason` string, nullable
    - `deactivation_details` string, nullable

## Other responses

- `401` — Unauthorized
- `422` — Failed to list bank accounts

---

[API](https://skmtc.net/coinvoyage/apis/coinvoyage-api-v3.md) · [All operations](https://skmtc.net/coinvoyage/apis/coinvoyage-api-v3/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/coinvoyage/coinvoyage-api-v3/revisions/d166bf9d9ca2/schema)
