Returns the authenticated team's available wallet balance, remaining Cloud Phone duration, and remaining team concurrency.
The caller must be the team owner or have a cost-related permission. Business errors include 99012 (no cost permission), 20029 (wallet account unavailable), and 20032 (balance query failed).
GET
curl -i -X GET \
http://127.0.0.1:40000/api/balanceRequest processed; inspect code for the business result
Response
{ "code": 0, "msg": null, "data": { "balance": 12500, "remainingDuration": "120", "remainingConcurrency": 3 }, "requestId": "1d4f3ea968664593860b94b35d4ebf5e" }