> For the complete documentation index, see [llms.txt](https://sway-technologies.gitbook.io/sway-charts-api-documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://sway-technologies.gitbook.io/sway-charts-api-documentation/rest-api-specification/cash-transaction/cash-transfer.md).

# Cash Transfer

| Field                | Value                                                                                       | Type                                                                                                                          |
| -------------------- | ------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------- |
| **account**          | Unique code of the account                                                                  | [Account code](/sway-charts-api-documentation/rest-api-specification/getting-started/data-types-and-formats.md), **required** |
| **version**          | Numeric version of the account                                                              | [Number](/sway-charts-api-documentation/rest-api-specification/getting-started/data-types-and-formats.md), **required**       |
| **transferCode**     | Unique code of a transfer. Can be absent if this transfer is originated from a trade        | String, *optional*                                                                                                            |
| **comment**          | Transfer comment, if present                                                                | String, *optional*                                                                                                            |
| **transactionTime**  | Timestamp in UTC of this transfer                                                           | Date, **required**                                                                                                            |
| **cashTransactions** | List of all cash transactions related to this tranfer. Reports are ordered chronologically. | [Cash Transaction](/sway-charts-api-documentation/rest-api-specification/cash-transaction.md), *optional*                     |
