# List Transactions

This endpoint lists all transactions for a customer's pockets. It provides a comprehensive view of all financial activities.

It returns a paginated list of Transaction objects, which can be of various types (ACH, WIRE, CARD, etc.).

It does not include transactions between the bank account and brokerage account.

Endpoint: GET /api/v2/transactions/
Version: Version: e992d441
Security: CodeBearer

## Query parameters:

  - `cursor` (string)

  - `limit` (integer)

  - `order` (string)
    Enum: "desc", "asc"

  - `pocket[]` (any)

  - `portal[]` (any)

  - `card[]` (any)

  - `type[]` (any)

  - `on_us_transfer[]` (any)

  - `wire[]` (any)

  - `time_booked_from` (any)

  - `time_booked_to` (any)

  - `amount_to` (any)

  - `amount_from` (any)

  - `direction` (any)

## Response 200 fields (application/json):

  - `prev_page` (any)

  - `next_page` (any)

  - `items` (array, required)

  - `object_type` (string)

## Response 422 fields (application/json):

  - `detail` (array)

  - `detail.loc` (array, required)

  - `detail.msg` (string, required)

  - `detail.type` (string, required)


## Response 404 fields
