binance-api-node
Advanced tools
Comparing version 0.10.5 to 0.10.6
@@ -157,2 +157,4 @@ // tslint:disable:interface-name | ||
export type GetOrderOptions = {symbol: string, orderId: number} | {symbol: string, origClientOrderId: string} | ||
export interface Binance { | ||
@@ -186,7 +188,3 @@ accountInfo(options?: { useServerTime: boolean }): Promise<Account> | ||
}): Promise<MyTrade[]> | ||
getOrder(options: { | ||
symbol: string | ||
orderId: number | ||
useServerTime?: boolean | ||
}): Promise<QueryOrderResult> | ||
getOrder(options: GetOrderOptions & {useServerTime?: boolean}): Promise<QueryOrderResult> | ||
cancelOrder(options: { | ||
@@ -193,0 +191,0 @@ symbol: string |
{ | ||
"name": "binance-api-node", | ||
"version": "0.10.5", | ||
"version": "0.10.6", | ||
"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
109937
1884