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

# MX Balances Mapping

This data comes from MX's [/users/\{user\_guid}/accounts](https://docs.mx.com/api#core_resources_accounts_list_accounts) endpoint and is returned from Meld's [/bank-linking/accounts](/api-reference/bank-linking/accounts/bank-linking-accounts-search) endpoint.

<Note>
  Example: MX `currency_code: "USD"`, `balance: 1203.45`, `available_balance: 1150.20` maps to Meld `currency: "USD"`, `currentAmount: 1203.45`, `availableAmount: 1150.20`.
</Note>

| Meld Field      | Description                         | MX Response Field  |
| :-------------- | :---------------------------------- | :----------------- |
| currency        | The currency of the account balance | currency\_code     |
| currentAmount   | The current amount in the account   | balance            |
| availableAmount | The available amount in the account | available\_balance |
| updatedAt       | The last time balances were updated | updated\_at        |
