public IEnumerable <string> GetMarkets()
 {
     return(binance.GetTradingPairs());
 }