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.2.1 to 2.2.2

8

lib/inverse-client.d.ts

@@ -207,10 +207,2 @@ import { AxiosRequestConfig } from 'axios';

/**
* Risk Limit
*/
getRiskLimitList(): Promise<APIResponseWithTime<any>>;
setRiskLimit(params: {
symbol: string;
risk_id: string;
}): Promise<APIResponseWithTime<any>>;
/**
* Funding

@@ -217,0 +209,0 @@ */

@@ -196,11 +196,2 @@ "use strict";

/**
* Risk Limit
*/
getRiskLimitList() {
return this.getPrivate('open-api/wallet/risk-limit/list');
}
setRiskLimit(params) {
return this.postPrivate('open-api/wallet/risk-limit', params);
}
/**
* Funding

@@ -207,0 +198,0 @@ */

@@ -212,13 +212,2 @@ import { AxiosRequestConfig } from 'axios';

/**
**** The following are all the same as the inverse client ****
*/
/**
* Risk Limit
*/
getRiskLimitList(): Promise<APIResponseWithTime<any>>;
setRiskLimit(params: {
symbol: string;
risk_id: string;
}): Promise<APIResponseWithTime<any>>;
/**
* Funding

@@ -225,0 +214,0 @@ */

@@ -207,14 +207,2 @@ "use strict";

/**
**** The following are all the same as the inverse client ****
*/
/**
* Risk Limit
*/
getRiskLimitList() {
return this.getPrivate('open-api/wallet/risk-limit/list');
}
setRiskLimit(params) {
return this.postPrivate('open-api/wallet/risk-limit', params);
}
/**
* Funding

@@ -221,0 +209,0 @@ */

4

package.json
{
"name": "bybit-api",
"version": "2.2.1",
"version": "2.2.2",
"description": "Node.js connector for Bybit's REST APIs and WebSockets, with TypeScript & integration tests.",

@@ -14,3 +14,3 @@ "main": "lib/index.js",

"test:watch": "jest --watch",
"clean": "rm -rf lib dist",
"clean": "rimraf lib dist",
"build": "tsc",

@@ -17,0 +17,0 @@ "build:clean": "npm run clean && npm run build",

@@ -18,2 +18,13 @@ # bybit-api

## Related projects
Check out my related projects:
- Try my connectors:
- [ftx-api](https://www.npmjs.com/package/ftx-api)
- [bybit-api](https://www.npmjs.com/package/bybit-api)
- [binance](https://www.npmjs.com/package/binance)
- Try my misc utilities:
- [orderbooks](https://www.npmjs.com/package/orderbooks)
- Check out my examples:
- [awesome-crypto-examples](https://github.com/tiagosiebler/awesome-crypto-examples)
## Documentation

@@ -20,0 +31,0 @@ Most methods accept JS objects. These can be populated using parameters specified by Bybit's API documentation.

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