bybit-api
Advanced tools
Comparing version 1.1.6 to 1.1.7
@@ -220,2 +220,9 @@ | ||
async getPublicLiquidations(params) { | ||
assert(params, 'No params passed'); | ||
assert(params.symbol, 'Parameter symbol is required'); | ||
return await this.request.get('v2/public/liq-records', params); | ||
} | ||
async getServerTime() { | ||
@@ -222,0 +229,0 @@ return await this.request.get('v2/public/time'); |
{ | ||
"name": "bybit-api", | ||
"version": "1.1.6", | ||
"version": "1.1.7", | ||
"description": "An unofficial node.js lowlevel wrapper for the Bybit Cryptocurrency Derivative exchange API", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
38603
501