Beispiel #1
0
 public async Task <IEnumerable <string> > GetMarketsAsync()
 {
     return(await binance.GetTradingPairsAsync());
 }