Example #1
0
        public JsonResult Test()
        {
            BtceApix btceApix = new BtceApix(key, secret);

            return Json(btceApix.GetInfo(), JsonRequestBehavior.AllowGet);
        }