# List Customer Transactions

Returns a list of customer transactions. It does not include transactions between the bank account and brokerage account.

Endpoint: GET /api/v2/customers/{customer_id}/transactions/
Version: Version: b6359d9a
Security: HTTPBearer

## Path parameters:

  - `customer_id` (string, required)

## Query parameters:

  - `filter[pocket]` (any)

  - `cursor` (string)

  - `limit` (integer)

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

  - `direction` (any)

  - `amount_from` (any)

  - `amount_to` (any)

  - `filter[card]` (any)

  - `filter[portal]` (any)

  - `filter[type]` (any)

  - `filter[on_us_transfer]` (any)

  - `filter[wire]` (any)

  - `time_booked_from` (any)

  - `time_booked_to` (any)

  - `time_settled_from` (any)

  - `time_settled_to` (any)

  - `include_sweeps` (any)

## Header parameters:

  - `x-jiko-idempotency` (string, required)

  - `x-jiko-signature` (string, required)

## 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)


