Plaid returns currency values in the currency used by the financial institution for that account. For example, a Canadian institution may return currency values in CAD; a BitCoin account may return currency values in BTC.
Example account response:
http code 200
{
"accounts": [{
"account_id": "vokyE5Rn6vHKqDLRXEn5fne7LwbKPLIXGK98d",
"balances": {
"available": 129.99,
"current": 129.99,
"limit": null
},
"mask": "1111",
"name": "Savings",
"official_name": "Savings",
"subtype": "savings",
"type": "depository"
},
{
"account_id": "vzeNDwK7KQIm4yEog683uElbp9GRLEFXGK98D",
"balances": {
"available": 0.7,
"current": 0.7,
"limit": null
},
"mask": "fccd",
"name": "BTC Wallet",
"official_name": "BTC Wallet",
"subtype": "other",
"type": "other"
}],
"item": {Object},
"request_id": "45QSn"
}