function userUniversalTransfer(type, amount) { let ret = null; const param = "type=" + type + "&asset=USDT" + "&amount=" + amount.toString() + "×tamp=" + new Date().getTime().toString(); exchange.SetBase("https://api.binance.com");