Get balances
OK
const response = await fetch('//api.client.nbcgate.tech/api/balance', { method: 'GET', headers: {}, }); const data = await response.json();
[ { "amount": 0, "amountWithRate": 0, "coinID": 0, "currencyID": 0, "id": 0, "incomeAvailable": false, "isDefault": false, "isoString": "text", "ownerID": 0, "walletAddress": "text" } ]