WinHTTP := ComObjCreate("WinHTTP.WinHttpRequest.5.1")
WinHTTP.Open("POST", "https://vto.pe/api", 0)
WinHTTP.SetRequestHeader("Content-Type", "application/json")
WinHTTP.Send("{""user"": 3291963,""key"": ""cDwIp5jBwIfaEcfs"",""method"": ""balance"" }")
RegExMatch(StrSplit(WinHTTP.ResponseText, """")[5], "([0-9.]+)", out)
MsgBox % out1