Comparing version 2.4.1 to 2.5.0
@@ -83,3 +83,6 @@ import { AxiosRequestConfig } from 'axios'; | ||
getIncomeHistory(params?: GetIncomeHistoryParams): Promise<IncomeHistory[]>; | ||
getNotionalAndLeverageBrackets(params?: Partial<BasicSymbolParam>): Promise<SymbolLeverageBracketsResult[] | SymbolLeverageBracketsResult>; | ||
/** | ||
* Contrary to what the docs say - if symbol is provided, this returns an array with length 1 (assuming the symbol exists) | ||
*/ | ||
getNotionalAndLeverageBrackets(params?: Partial<BasicSymbolParam>): Promise<SymbolLeverageBracketsResult[]>; | ||
getADLQuantileEstimation(params?: Partial<BasicSymbolParam>): Promise<any>; | ||
@@ -86,0 +89,0 @@ getForceOrders(params?: GetForceOrdersParams): Promise<ForceOrderResult[]>; |
@@ -205,2 +205,5 @@ "use strict"; | ||
} | ||
/** | ||
* Contrary to what the docs say - if symbol is provided, this returns an array with length 1 (assuming the symbol exists) | ||
*/ | ||
getNotionalAndLeverageBrackets(params) { | ||
@@ -207,0 +210,0 @@ return this.getPrivate('fapi/v1/leverageBracket', params); |
{ | ||
"name": "binance", | ||
"version": "2.4.1", | ||
"version": "2.5.0", | ||
"description": "Complete & robust node.js SDK for Binance's REST APIs and WebSockets, with TypeScript & end-to-end tests.", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
Sorry, the diff of this file is not supported yet
443325
8108