bybit-api
Advanced tools
Comparing version 2.1.7 to 2.1.8
@@ -76,4 +76,8 @@ import { AxiosRequestConfig } from 'axios'; | ||
symbol: string; | ||
p_r_qty?: string; | ||
p_r_qty?: number; | ||
p_r_price?: string; | ||
take_profit?: number; | ||
stop_loss?: number; | ||
tp_trigger_by?: string; | ||
sl_trigger_by?: string; | ||
}): GenericAPIResponse; | ||
@@ -80,0 +84,0 @@ queryActiveOrder(params: { |
{ | ||
"name": "bybit-api", | ||
"version": "2.1.7", | ||
"version": "2.1.8", | ||
"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
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
168797
2901