Was this helpful?
Retrieve current user's balance.
/user/balance
curl -L \ --url 'https://HOSTNAME:8887/api/user/balance' \ --header 'Authorization: Bearer YOUR_SECRET_TOKEN'
{ "balance": 1 }