Account Info

Method GET

https://api.streamsb.com/api/account/info?key=1l5ftrilhllgwx2bo

Parameters
key API key Example: 1l5ftrilhllgwx2bo String
Request
		            curl --include \
'https://api.streamsb.com/api/account/info?key={key}'
		        
Response
		            {
    "msg": "OK",
    "server_time": "2020-08-11 04:30:07",
    "status": 200,
    "result": {
        "email": "[email protected]",
        "balance": "0.00000",
        "storage_used" :"24186265",
        "storage_left": 128824832615,
        "premim_expire": "2020-01-20 21:00:00
    }
}