bybit-api
Advanced tools
Comparing version 2.1.1 to 2.1.2
@@ -47,12 +47,2 @@ import { AxiosRequestConfig } from 'axios'; | ||
}): GenericAPIResponse; | ||
/** | ||
* @deprecated use getLiquidations() instead | ||
*/ | ||
getPublicLiquidations(params: { | ||
symbol: string; | ||
from?: number; | ||
limit?: number; | ||
start_time?: number; | ||
end_time?: number; | ||
}): GenericAPIResponse; | ||
getMarkPriceKline(params: { | ||
@@ -198,2 +188,3 @@ symbol: string; | ||
leverage: number; | ||
leverage_only?: boolean; | ||
}): GenericAPIResponse; | ||
@@ -200,0 +191,0 @@ /** |
@@ -48,8 +48,2 @@ "use strict"; | ||
} | ||
/** | ||
* @deprecated use getLiquidations() instead | ||
*/ | ||
getPublicLiquidations(params) { | ||
return this.getLiquidations(params); | ||
} | ||
getMarkPriceKline(params) { | ||
@@ -56,0 +50,0 @@ return this.requestWrapper.get('v2/public/mark-price-kline', params); |
@@ -21,12 +21,2 @@ import { GenericAPIResponse } from './util/requestUtils'; | ||
/** | ||
* Get liquidated orders | ||
*/ | ||
getLiquidations(params: { | ||
symbol: string; | ||
from?: number; | ||
limit?: number; | ||
start_time?: number; | ||
end_time?: number; | ||
}): GenericAPIResponse; | ||
/** | ||
* | ||
@@ -33,0 +23,0 @@ * Market Data : Advanced |
@@ -31,8 +31,2 @@ "use strict"; | ||
/** | ||
* Get liquidated orders | ||
*/ | ||
getLiquidations(params) { | ||
return this.requestWrapper.get('v2/public/liq-records', params); | ||
} | ||
/** | ||
* | ||
@@ -39,0 +33,0 @@ * Market Data : Advanced |
{ | ||
"name": "bybit-api", | ||
"version": "2.1.1", | ||
"version": "2.1.2", | ||
"description": "Node.js connector for Bybit's REST APIs and WebSockets, with TypeScript & integration tests.", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
167252
2944