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

# Discovered Accounts

> Data field specifications for the Discovered Accounts and Discovered Transactions resources.

## Discovered Accounts Fields

| Field                            | Data Type | Definition                                                                                                         |
| :------------------------------- | :-------- | :----------------------------------------------------------------------------------------------------------------- |
| `account_guid`                   | String    | The unique identifier that links the discovered account to an associated account record. Defined by MX.            |
| `client_guid`                    | String    | The unique identifier for the client associated with the discovered account. Defined by MX.                        |
| `created_at`                     | Long      | The date and time at which the discovered account was created.                                                     |
| `deleted_at`                     | Long      | The date and time at which the discovered account was deleted.                                                     |
| `guid`                           | String    | The unique identifier for the discovered account. Defined by MX.                                                   |
| `has_been_aggregated`            | Boolean   | This indicates whether the discovered account has been aggregated at some point by MX systems.                     |
| `is_deleted`                     | Boolean   | This indicates whether the discovered account has been deleted on MX systems.                                      |
| `most_recent_transaction_amount` | Double    | The amount of the most recent known transaction for the discovered account.                                        |
| `most_recent_transaction_date`   | Long      | The date and time of the most recent known transaction for the discovered account.                                 |
| `most_recent_transaction_guid`   | String    | The unique identifier for the most recent known transaction associated with the discovered account. Defined by MX. |
| `name`                           | String    | The name of the discovered account.                                                                                |
| `organization_guid`              | String    | The unique identifier for the organization associated with the discovered account. Defined by MX.                  |
| `potentially_carries_a_balance`  | Boolean   | This indicates that the discovered account may carry a balance, based on the information available to MX.          |
| `sub_type`                       | String    | The discovered account's subtype, e.g., `PLAN_401_K`, `MONEY_MARKET`, or `HOME_EQUITY`.                            |
| `type`                           | String    | The general or parent type of the discovered account.                                                              |
| `updated_at`                     | Long      | The date and time the account was last updated.                                                                    |
| `user_guid`                      | String    | The unique identifier for the user associated with the discovered account. Defined by MX.                          |
| `user_id`                        | String    | The unique, partner-defined identifier for the user associated with the discovered account.                        |

## Discovered Transactions

| Field                        | Data Type | Definition                                                                                                                          |
| :--------------------------- | :-------- | :---------------------------------------------------------------------------------------------------------------------------------- |
| `amount`                     | Double    | The amount of the discovered transaction.                                                                                           |
| `created_at`                 | Long      | The date and time at which the discovered transaction was created.                                                                  |
| `date`                       | Long      | The date on which the discovered transaction occurred, given in unix time.                                                          |
| `discovered_account_guid`    | String    | The unique identifier for the discovered account associated with the discovered transaction. Defined by MX.                         |
| `discovered_account_subtype` | String    | The subtype of the discovered account associated with discovered transaction, e.g., `PLAN_401_K`, `MONEY_MARKET`, or `HOME_EQUITY`. |
| `discovered_account_type`    | String    | The general or parent type of the discovered account associated with the discovered transaction.                                    |
| `guid`                       | String    | The unique identifier for the discovered transaction. Defined by MX.                                                                |
| `has_been_aggregated`        | Boolean   | Whether the discovered account has been aggregated or is held at the same institution.                                              |
| `id`                         | String    | The unique, partner-defined identifier for the discovered transaction.                                                              |
| `organization_guid`          | String    | The unique identifier for the organization associated with the discovered transaction. Defined by MX.                               |
| `posted_at`                  | Long      | The date and time at which the transaction was marked as posted.                                                                    |
| `transacted_at`              | Long      | The date and time at which the transaction occurred.                                                                                |
| `updated_at`                 | Long      | The date and time at which the transaction was last updated.                                                                        |
| `user_guid`                  | String    | The unique identifier for the user associated with the discovered transaction. Defined by MX.                                       |
| `user_id`                    | String    | The unique, partner-defined identifier for the user associated with the discovered transaction.                                     |
