> ## Documentation Index
> Fetch the complete documentation index at: https://docs.chift.eu/llms.txt
> Use this file to discover all available pages before exploring further.

# Transactions

### Definition

A transaction is a money movement recorded on a banking account. It includes the amount, date, description, and counterpart information.

### Purpose

Transactions provide the detailed history of money movements on a bank account. They are used for reconciliation, cash flow analysis, and reporting.

### Relationships

* A transaction belongs to a banking account.
* It can reference a counterpart account.

### Endpoints

| Method | Endpoint                                                                                                  | Description                         |
| ------ | --------------------------------------------------------------------------------------------------------- | ----------------------------------- |
| GET    | [get-list-of-financial-transactions](/api-reference/endpoints/banking/get-list-of-financial-transactions) | Retrieve all financial transactions |
