getBalance


– returns the current balance of your account (for prepaid billing). A successful response will contain a field "balance".
Request:
    POST: http://www.mysitemapgenerator.com/api/getBalance?format=json HTTP/1.0\r\n
    .....
    \r\n
    api_key={yourAPIkey}

Response example:
{   "result":  "success",   "balance":  9.8   }