# List Pocket Transactions Returns a list of pocket transactions. It does not include transactions between the bank account and brokerage account. Endpoint: GET /api/v2/pockets/{pocket_id}/transactions/ Version: Version: fd60d28d Security: HTTPBearer ## Path parameters: - `pocket_id` (string, required) ## Query parameters: - `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)