Skip to content

Commit da57d59

Browse files
authored
Merge branch 'master' into wsapi
2 parents 27254b7 + f0f0d45 commit da57d59

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

src/main-client.ts

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff 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> {

0 commit comments

Comments
 (0)