cURL
curl --request GET \ --url https://orbitflare.com/api/customer/v2/balance \ --header 'Authorization: Bearer <token>'
{ "success": true, "message": "<string>", "data": { "balance": 123 } }
Get the authenticated user’s account balance.
Bearer token from device or wallet auth
Balance retrieved.
true
Show child attributes
Was this page helpful?