Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

bybit-api

Package Overview
Dependencies
Maintainers
1
Versions
126
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bybit-api - npm Package Compare versions

Comparing version 2.1.1 to 2.1.2

11

lib/inverse-client.d.ts

@@ -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

2

package.json
{
"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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc