You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Universal Transfer requires API permissions enabled
2142
+
* @param {string} type - ENUM , example MAIN_UMFUTURE for SPOT to USDT futures, see https://binance-docs.github.io/apidocs/spot/en/#user-universal-transfer
2143
+
* @param {string} asset - the asset - example :USDT *
2144
+
* @param {number} amount - the callback function
2145
+
* @param {function} callback - the callback function
* Transfer between main account and futures/delivery accounts
@@ -4580,6 +4618,16 @@ let api = function Binance( options = {} ) {
4580
4618
if(callback)returncallback(error,data);
4581
4619
},'POST');
4582
4620
},
4621
+
/**
4622
+
* Universal Transfer requires API permissions enabled
4623
+
* @param {string} type - ENUM , example MAIN_UMFUTURE for SPOT to USDT futures, see https://binance-docs.github.io/apidocs/spot/en/#user-universal-transfer
4624
+
* @param {string} asset - the asset - example :USDT
4625
+
* @param {number} amount - the callback function
4626
+
* @param {function} callback - the callback function (optionnal)
0 commit comments