File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed
Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -1758,6 +1758,10 @@ export class MainClient extends BaseRestClient {
17581758 return this . postPrivate ( 'sapi/v1/sub-account/futures/enable' , { email } ) ;
17591759 }
17601760
1761+ /**
1762+ * @deprecated as of 2025-06-03
1763+ * User now should make the initial transfer in the Margin account to enable it.
1764+ */
17611765 subAccountEnableMargin ( email : string ) : Promise < SubAccountEnableMargin > {
17621766 return this . postPrivate ( 'sapi/v1/sub-account/margin/enable' , { email } ) ;
17631767 }
@@ -1768,6 +1772,10 @@ export class MainClient extends BaseRestClient {
17681772 return this . postPrivate ( 'sapi/v1/sub-account/eoptions/enable' , params ) ;
17691773 }
17701774
1775+ /**
1776+ * @deprecated as of 2025-06-03
1777+ * User now should make the initial transfer in the Margin account to enable it.
1778+ */
17711779 subAccountEnableLeverageToken (
17721780 params : SubAccountEnableLeverageToken ,
17731781 ) : Promise < SubAccountEnableLeverageToken > {
You can’t perform that action at this time.
0 commit comments