---
title: "List Bank Accounts"
method: GET
path: "/bank_account"
---

# List Bank Accounts

`GET /bank_account`

## Query parameters

- `page` integer
- `per_page` integer
- `from` string, date
- `to` string, date
- `currency` 'USD' | 'NGN' | 'EUR' | 'GBP'
- `settlement_currency` 'USD' | 'NGN' | 'EUR' | 'GBP'
- `label` string
- `status` 'active' | 'inactive'
- `provider` 'internal' | 'anchor'
- `kind` 'standard'
- `type` 'person' | 'business'
- `holder_type` 'person' | 'business'
- `holder_id` string
- `autosweep_enabled` boolean

## Response `200`

200

- object
  - `data` object[]
    - `id` string
    - `holder_id` string
    - `holder_type` string
    - `label` string
    - `account_name` string
    - `account_number` string
    - `routing_number` string
    - `bank_name` string
    - `bank_code` unknown
    - `bank_address` object
      - `city` string
      - `country` string
      - `line1` string
      - `line2` string
      - `postal_code` string
      - `state` string
    - `routing_options` object[]
      - `routing_number` string
      - `supported_rails` string[]
    - `currency` string
    - `balance` integer
    - `credit_pending` integer
    - `debit_pending` integer
    - `type` string
    - `status` string
    - `is_deleted` boolean
    - `created_at` string
    - `updated_at` string
  - `message` string
  - `meta` object
    - `per_page` integer
    - `page` integer
    - `count_total` integer
    - `page_total` integer
    - `prev_page` boolean
    - `next_page` boolean
  - `status` string

---

[API](https://skmtc.net/useoval/apis/core-api.md) · [All operations](https://skmtc.net/useoval/apis/core-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/useoval/core-api/versions/cb65d8f214c3/schema)
