binance-api-node
Advanced tools
Comparing version 0.12.1 to 0.12.2
@@ -465,3 +465,3 @@ // tslint:disable:interface-name | ||
book(options: { symbol: string; limit?: number }): Promise<OrderBook> | ||
exchangeInfo(): Promise<ExchangeInfo> | ||
exchangeInfo(options?: { symbol: string }): Promise<ExchangeInfo> | ||
lendingAccount(options?: { useServerTime: boolean }): Promise<LendingAccount> | ||
@@ -468,0 +468,0 @@ fundingWallet(options?: { |
{ | ||
"name": "binance-api-node", | ||
"version": "0.12.1", | ||
"version": "0.12.2", | ||
"description": "A node API wrapper for Binance", | ||
@@ -5,0 +5,0 @@ "main": "dist", |
Sorry, the diff of this file is too big to display
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
275222