Get balance
Endpoint
| Endpoint | Method |
Authentication |
| /balance | GET | yes |
Authentication
| Type |
Token source |
Server |
| Bearer |
{{USAPI}}/auth |
usapi.onindonesia.id demousapi.onindonesia.id |
Result example
200 OK
{
"balance": 40000
}
Error example
401 Unauthorized
{
"message": "Auth Error"
}
No Comments