getBalance
This request can be used to get your current balance. You might use it to check the balance of the profile to top it up
Balance actions
getBalance
Query Parameters
Name
Type
Description
```json
{
"code": 200,
"Msg": "success!",
"data": {
"balance": 995000,
"mail": "xxx@xxx.com"
}
}
```Last updated