> 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/account-details.md).

# Account Details

| Field                | Value                                                                                                                               | Type                                                                                                                          |
| -------------------- | ----------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------- |
| **owner**            | Full username of the owner in the `login@domain` format                                                                             | String, **required**                                                                                                          |
| **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. Clients can use this value to find out which of the updates is more recent (its version is greater) | [Number](/sway-charts-api-documentation/rest-api-specification/getting-started/data-types-and-formats.md), **required**       |
| **baseCurrency**     | Base currency of the account                                                                                                        | String, **required**                                                                                                          |
| **registrationTime** | Timestamp in UTC when an account was registered                                                                                     | Timestamp, **required**                                                                                                       |
| **accountStatus**    | Status of the account. One of `FULL_TRADING`, `CLOSE_ONLY`, `NO_TRADING`, `TERMINATED`, `EXPIRED`.                                  | String, **required**                                                                                                          |
| **pricingStream**    | Unique identifier of a custom per-account pricing stream                                                                            | String, **required**                                                                                                          |
| **isPositionBased**  | This flag shows if the account is Position-based or Net-based                                                                       | Boolean                                                                                                                       |
