Example #1
0
 public BittrexApi(bool dryrun = true)
 {
     _dryRun = dryrun;
     _api    = new BittrexClient(Constants.BittrexApiRoot, Constants.BittrexApiKey, Constants.BittrexApiSecret);
     Task.Factory.StartNew(CheckMarketExistance);
 }