From 8a27d45da38873dd300667c7b73c2cb8a1eca60d Mon Sep 17 00:00:00 2001 From: Jerko J <83344666+JJ-Cro@users.noreply.github.com> Date: Fri, 6 Sep 2024 10:25:08 +0200 Subject: [PATCH] chore(): deprecated two function that are marked abandoned in Bybit Docs --- src/rest-client-v5.ts | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/rest-client-v5.ts b/src/rest-client-v5.ts index 08e5c97..f722d31 100644 --- a/src/rest-client-v5.ts +++ b/src/rest-client-v5.ts @@ -1248,6 +1248,10 @@ export class RestClientV5 extends BaseRestClient { * Use this endpoint to enable a subaccount to take part in a universal transfer. * It is a one-time switch which, once thrown, enables a subaccount permanently. * If not set, your subaccount cannot use universal transfers. + * + * @deprecated - You no longer need to configure transferable sub UIDs. + * Now, all sub UIDs are automatically enabled for universal transfer. + * */ enableUniversalTransferForSubUIDs( subMemberIds: string[], @@ -2031,6 +2035,7 @@ export class RestClientV5 extends BaseRestClient { /** * Get Margin Coin Info + * @deprecated */ getInstitutionalLendingMarginCoinInfo( productId?: string, @@ -2072,6 +2077,7 @@ export class RestClientV5 extends BaseRestClient { /** * Get LTV + * @deprecated */ getInstitutionalLendingLTV(): Promise< APIResponseV3WithTime<{ ltvInfo: any[] }>