Mesh Balances Mapping
This data comes from Mesh's /api/v1/balance/get endpoint and is returned from Meld's /bank-linking/accounts endpoint.
| Meld | Description | Mesh Response Field |
|---|---|---|
| currency | The currency of the account balance | Not Available. Always use "USD" |
| currentAmount | The current amount in the account | totalCashUsdValue |
| availableAmount | The available amount in the account | totalBuyingPowerUsdValue |
| updatedAt | The last time balances were updated | Not Available. Always use the current time as of loading |
Updated 2 months ago