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
2144
+
* @param {string} type - ENUM , example MAIN_UMFUTURE for SPOT to USDT futures, see https://binance-docs.github.io/apidocs/spot/en/#user-universal-transfer
2145
+
* @param {string} asset - the asset - example :USDT *
2146
+
* @param {number} amount - the callback function
2147
+
* @param {function} callback - the callback function
* Transfer between main account and futures/delivery accounts
@@ -4586,6 +4624,16 @@ let api = function Binance( options = {} ) {
4586
4624
if(callback)returncallback(error,data);
4587
4625
},'POST');
4588
4626
},
4627
+
/**
4628
+
* Universal Transfer requires API permissions enabled
4629
+
* @param {string} type - ENUM , example MAIN_UMFUTURE for SPOT to USDT futures, see https://binance-docs.github.io/apidocs/spot/en/#user-universal-transfer
4630
+
* @param {string} asset - the asset - example :USDT
4631
+
* @param {number} amount - the callback function
4632
+
* @param {function} callback - the callback function (optionnal)
0 commit comments