chore(): marked clients for deprecation

This commit is contained in:
Jerko J
2024-10-28 13:28:48 +01:00
parent 9fae2e0551
commit 40b3ee6ff0
7 changed files with 60 additions and 40 deletions

View File

@@ -36,6 +36,10 @@ import BaseRestClient from './util/BaseRestClient';
/**
* REST API client for Derivatives V3 unified margin APIs
* @deprecated WARNING
* These endpoints are being switched off gradually and are expected to be completely turned off by the end of 2024.
* They may stop working at any point before then.
* Please update your code as soon as possible to use the V5 APIs instead.
*/
export class UnifiedMarginClient extends BaseRestClient {
getClientType() {