bybit-api
Advanced tools
Comparing version 2.0.5 to 2.0.6
@@ -120,3 +120,3 @@ "use strict"; | ||
getClosedPnl(params) { | ||
return this.requestWrapper.get('private/linear/tpsl/switch-mode', params); | ||
return this.requestWrapper.get('private/linear/trade/closed-pnl/list', params); | ||
} | ||
@@ -123,0 +123,0 @@ /** |
{ | ||
"name": "bybit-api", | ||
"version": "2.0.5", | ||
"version": "2.0.6", | ||
"description": "Node.js connector for Bybit's Inverse & Linear REST APIs and WebSockets", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
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
130214