---
title: "List card accounts"
method: GET
path: "/v2/accounts/card"
tags: ["Accounts"]
---

# List card accounts

`GET /v2/accounts/card`

This endpoint lists all accounts of card type.

## Response `200`

Returns a list of card accounts.

- CardAccount[]
  - `id` string, required — ID of the card account
  - `status` 'ACTIVE'
  - `current_balance` Money — Money fields can be signed or unsigned. Fields are signed (an unsigned value will be interpreted as positive). The amount of money will be represented in the smallest denomination of the currency indicated. For example, USD 7.00 will be represented in cents with an amount of 700.
    - `amount` integer, required — The amount of money, in the smallest denomination of the currency indicated by currency. For example, when currency is USD, amount is in cents.
    - `currency` string, nullable — The type of currency, in ISO 4217 format.
  - `available_balance` Money — Money fields can be signed or unsigned. Fields are signed (an unsigned value will be interpreted as positive). The amount of money will be represented in the smallest denomination of the currency indicated. For example, USD 7.00 will be represented in cents with an amount of 700.
    - `amount` integer, required — The amount of money, in the smallest denomination of the currency indicated by currency. For example, when currency is USD, amount is in cents.
    - `currency` string, nullable — The type of currency, in ISO 4217 format.
  - `account_limit` Money — Money fields can be signed or unsigned. Fields are signed (an unsigned value will be interpreted as positive). The amount of money will be represented in the smallest denomination of the currency indicated. For example, USD 7.00 will be represented in cents with an amount of 700.
    - `amount` integer, required — The amount of money, in the smallest denomination of the currency indicated by currency. For example, when currency is USD, amount is in cents.
    - `currency` string, nullable — The type of currency, in ISO 4217 format.
  - `current_statement_period` StatementPeriod, required
    - `start_date` string, date, required — Start date of the statement period at UTC 00:00:00 (inclusive)
    - `end_date` string, date, required — End date of the statement period at UTC 00:00:00 (exclusive)

## Other responses

- `400` — Bad request
- `401` — Unauthorized
- `403` — Forbidden

---

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