Get the authenticated user’s account balance.
cURL
curl --request GET \ --url https://orbitflare.com/api/customer/v2/balance \ --header 'Authorization: Bearer <token>'
{ "success": true, "message": "<string>", "data": { "balance": 123 } }
Bearer token from device or wallet auth
Balance retrieved.
true
显示 子属性
此页面对您有帮助吗?