binance-api-node
Advanced tools
Comparing version 0.10.22 to 0.10.23
@@ -509,2 +509,5 @@ "use strict"; | ||
}, | ||
marginMaxBorrow: function marginMaxBorrow(payload) { | ||
return privCall('/sapi/v1/margin/maxBorrowable', payload); | ||
}, | ||
futuresPing: function futuresPing() { | ||
@@ -511,0 +514,0 @@ return pubCall('/fapi/v1/ping').then(function () { |
@@ -280,3 +280,3 @@ // tslint:disable:interface-name | ||
useServerTime?: boolean | ||
}): Promise<QueryOrderResult> | ||
}): Promise<QueryOrderResult[]> | ||
futuresPositionRisk(options?: { recvWindow: number }): Promise<PositionRiskResult[]> | ||
@@ -300,2 +300,3 @@ futuresAccountBalance(options?: { recvWindow: number }): Promise<FuturesBalanceResult[]> | ||
marginIsolatedAccount(options?: { symbol?: string; recvWindow?: number }): Promise<IsolatedMarginAccount> | ||
marginMaxBorrow(options: {asset: string, isolatedSymbol?: string, recvWindow?: number}): Promise<{amount: string, borrowLimit: string}> | ||
} | ||
@@ -302,0 +303,0 @@ |
{ | ||
"name": "binance-api-node", | ||
"version": "0.10.22", | ||
"version": "0.10.23", | ||
"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
144345
2237
2812