Beispiel #1
0
 public Dictionary <string, string> GetDepositAddress(string symbol)
 {
     return(binance.GetDepositAddress(symbol));
 }