# Transactions

Use these endpoints to view Transactions of funds moving in and out of Jiko Pockets, specifically the bank account component (cash deposits and withdrawals). For viewing information regarding the brokerage account component (buying and selling of T-bills), use [Trades](#tag/Trades).

 - [GET /api/v2/transactions/](https://docs.jiko.io/products/customer-api/reference/transactions/list-transactions-v2.md): 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 vario
 - [GET /api/v2/transactions.csv](https://docs.jiko.io/products/customer-api/reference/transactions/transactions_as_csv_api_v2_transactions_csv_get.md): This endpoint downloads a customer's transaction history in CSV format. This is useful for accounting and reconciliation purposes, and can be filtered by `pocket`, transaction `type`, and a time range
