binance-api-node
Advanced tools
Comparing version 0.11.40 to 0.11.41
@@ -633,2 +633,10 @@ // tslint:disable:interface-name | ||
}): Promise<QueryFuturesOrderResult[]> | ||
futuresAllOrders(options: { | ||
symbol: string | ||
orderId?: number | ||
startTime?: number | ||
endTime?: number | ||
limit?: number | ||
recvWindow?: number | ||
}): Promise<QueryFuturesOrderResult> | ||
futuresPositionRisk(options?: { | ||
@@ -635,0 +643,0 @@ symbol?: string |
{ | ||
"name": "binance-api-node", | ||
"version": "0.11.40", | ||
"version": "0.11.41", | ||
"description": "A node API wrapper for Binance", | ||
@@ -5,0 +5,0 @@ "main": "dist", |
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
230967
3749