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

# List bank accounts

`GET /bank-accounts/`

Endpoint for retrieving a list of bank accounts.

## Query parameters

- `classification` 'ASSET' | 'EQUITY' | 'EXPENSE' | 'LIABILITY' | 'REVENUE' | '__null__'
- `created_ts_after` string, date-time
- `created_ts_before` string, date-time
- `currency` 'AED' | 'AFN' | 'ALL' | 'AMD' | 'ARS' | 'AUD' | 'AZN' | 'BAM' | 'BDT' | 'BGN' | 'BHD' | 'BIF' | 'BND' | 'BOB' | 'BRL' | 'BWP' | 'BYN' | 'BZD' | 'CAD' | 'CDF' | 'CHF' | 'CLP' | 'CNY' | 'COP' | 'CRC' | 'CVE' | 'CZK' | 'DJF' | 'DKK' | 'DOP' | 'DZD' | 'EGP' | 'ERN' | 'ETB' | 'EUR' | 'GBP' | 'GEL' | 'GHS' | 'GNF' | 'GTQ' | 'HKD' | 'HNL' | 'HRK' | 'HUF' | 'IDR' | 'ILS' | 'INR' | 'IQD' | 'IRR' | 'ISK' | 'JMD' | 'JOD' | 'JPY' | 'KES' | 'KHR' | 'KMF' | 'KRW' | 'KWD' | 'KZT' | 'LBP' | 'LKR' | 'LYD' | 'MAD' | 'MDL' | 'MGA' | 'MKD' | 'MMK' | 'MOP' | 'MUR' | 'MXN' | 'MYR' | 'MZN' | 'NAD' | 'NGN' | 'NIO' | 'NOK' | 'NPR' | 'NZD' | 'OMR' | 'PAB' | 'PEN' | 'PHP' | 'PKR' | 'PLN' | 'PYG' | 'QAR' | 'RON' | 'RSD' | 'RUB' | 'RWF' | 'SAR' | 'SDG' | 'SEK' | 'SGD' | 'SOS' | 'SYP' | 'THB' | 'TND' | 'TOP' | 'TRY' | 'TTD' | 'TWD' | 'TZS' | 'UAH' | 'UGX' | 'USD' | 'UYU' | 'UZS' | 'VES' | 'VND' | 'XAF' | 'XOF' | 'YER' | 'ZAR' | 'ZMW' | '__null__'
- `modified_ts_after` string, date-time
- `modified_ts_before` string, date-time
- `page` integer
- `page_size` integer
- `sub_classification` 'BANK' | 'CREDIT_CARD' | 'PETTY_CASH' | '__null__'

## Response `200`

- PaginatedBankAccountList
  - `count` integer, required
  - `next` string, uri, nullable
  - `previous` string, uri, nullable
  - `results` BankAccount[], required
    - `account` string, required — The associated account for this bank account.
    - `classification` string, required — The classification of the bank account (e.g., Asset).
    - `created_ts` string, date-time, required — The timestamp in UTC when the bank account was created
    - `currency` string, required — The currency used for this bank account.
    - `id` string, required — The unique identifier of the bank account.
    - `legacy_id` string, required — [Deprecated] The legacy identifier of the bank account.
    - `modified_ts` string, date-time, required — The timestamp in UTC when the bank account was last modified
    - `name` string, required — The name of the bank account.
    - `sub_classification` 'BANK' | 'PETTY_CASH' | 'CREDIT_CARD', required — * `BANK` - BANK * `PETTY_CASH` - PETTY_CASH * `CREDIT_CARD` - CREDIT_CARD Full information for [BankAccountSubClassificationEnum](bankaccountsubclassificationenum)

---

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