bybit-api
Advanced tools
Comparing version 2.2.1 to 2.2.2
@@ -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 @@ */ |
{ | ||
"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
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
372
173179
3005