# Transactions

**Transactions** record movements of money and units.
- **Cash transactions (CT):** deposits, withdrawals, cash legs of fund orders (with settlement dates).
- **Fund transactions (FT):** unit movements from subscriptions/redemptions (trade & settlement dates).
Use these endpoints to reconcile ledgers and statements.

 - [GET /v2/partner/client/{clientId}/transaction/cash](https://docs.fondo.se/openapi/api/transaction/getcashtransactions.md): Returns every cash movement across all accounts belonging to the specified clientId. Each transaction includes its id, transactionType (e.g. deposit, withdrawal, or cash leg of a fund order), linked r
 - [GET /v2/partner/client/{clientId}/transaction/cash/{transactionId}](https://docs.fondo.se/openapi/api/transaction/getcashtransactionbyid.md): Returns the full record of a single cash movement identified by transactionId for the given clientId. The response provides all key properties—transactionType (deposit, withdrawal, or cash leg of a fu
 - [GET /v2/partner/client/{clientId}/transaction/fund](https://docs.fondo.se/openapi/api/transaction/getfundtransactions.md): Returns every fund‐unit movement across the accounts of the specified clientId, including both subscriptions and redemptions. Each transaction details its transactionType (e.g. subscription, redemptio
 - [GET /v2/partner/client/{clientId}/transaction/fund/{transactionId}](https://docs.fondo.se/openapi/api/transaction/getfundtransactionbyid.md): Returns the complete record of a single fund‐unit movement identified by transactionId for the given clientId. The response includes the transactionType (subscription or redemption), related reference
