Was this helpful?
Retrieve current user's balance.
GET /api/user/balance HTTP/1.1 Host: hostname:8887 Authorization: Bearer YOUR_SECRET_TOKEN Accept: */*
OK
{ "balance": 1 }