diff --git a/src/shared-endpoints.ts b/src/shared-endpoints.ts index fbcc9d7..9840422 100644 --- a/src/shared-endpoints.ts +++ b/src/shared-endpoints.ts @@ -22,19 +22,6 @@ export default class SharedEndpoints { getSymbols(): GenericAPIResponse { return this.requestWrapper.get('v2/public/symbols'); } - - /** - * @deprecated use getLiquidations() instead - */ - getPublicLiquidations(params: { - symbol: string; - from?: number; - limit?: number; - start_time?: number; - end_time?: number; - }): GenericAPIResponse { - return this.getLiquidations(params); - } getLiquidations(params: { symbol: string;