get getBalance
http://api-conserver.onlinesim.io/stubs/handler_api.php?action=getBalanceThis request can be used to get your current balance.
You might use it to check the balance of the profile to top it up when needed or to handle `WARNING_LOW_BALANCE` exceptions.
Security
Parameters
actionRequired
Method name, in this case `getBalance`
In:
querySchema:
- stringExample:
"getBalance"Enum:getBalance
Global params
Responses
200
Successful `getBalance` response from the server: either returns your profile's current available balance or throws an exception.
Content Type:
text/html
- Schema
- Examples
- stringExample:
"string"