Beispiel #1
0
 public async Task <ListenKey> GetUserDataStream()
 {
     return(await _binance.UserDataStream(_config.ApiKey));
 }