Get total balance
OK
const response = await fetch('//api.client.nbcgate.tech/api/balance/general', { method: 'GET', headers: {}, }); const data = await response.json();
{ "amount": 0, "isoString": "text" }