> ## 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.

# Salt Edge Balances Mapping

This data comes from Salt Edge's [/api/v5/accounts](https://docs.saltedge.com/account_information/v5/#accounts-attributes) endpoint and is returned from Meld's [/bank-linking/accounts](/api-reference/bank-linking/accounts/bank-linking-accounts-search) endpoint.

<Note>
  Example values: `currency: "EUR"`, `currentAmount: 2410.55`, `availableAmount: 2380.00`, `updatedAt: "2024-08-12T14:33:00Z"`.
</Note>

| Meld Field      | Description                         | SaltEdge 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 | extra.available\_amount |
| updatedAt       | The last time balances were updated | updated\_at             |
