Get balances
curl -L \ --url 'http://api.client.nbcgate.tech//api/balance' \ --header 'Authorization: YOUR_API_KEY'
[ { "amount": 1, "amountWithRate": 1, "coinID": 1, "currencyID": 1, "id": 1, "incomeAvailable": true, "isDefault": true, "isoString": "text", "ownerID": 1, "walletAddress": "text" } ]