Beispiel #1
0
        public async Task <ActionResult> Index()
        {
            var api = new BinanceApi();

            var time = await api.GetTimeAsync();

            return(Content($"Server Time: {time} UTC"));
        }