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

# Accounts

### Definition

A banking account is a bank account held at a financial institution. It holds the account number, currency, balance, and account type.

### Purpose

Accounts represent the bank accounts of the end-user. They are the entry point to access transactions.

### Relationships

* An account belongs to a financial institution.
* It contains transactions.

### Endpoints

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