> ## 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 Partners Balance Mapping

This data comes from Salt Edge Partners' [api/partners/v1/accounts](https://docs.saltedge.com/partners/v1/#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 Partners 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                      |
