Comparing version 2.3.2 to 2.3.3
@@ -301,3 +301,3 @@ "use strict"; | ||
else if (symbols) { | ||
urlSuffix += '?' + symbols; | ||
urlSuffix += '?symbols=' + symbols; | ||
} | ||
@@ -304,0 +304,0 @@ return this.get('api/v3/exchangeInfo' + urlSuffix); |
@@ -267,5 +267,5 @@ import { WsKey } from '../websocket-client'; | ||
interface SpotBalanceFormatted { | ||
a: string; | ||
f: number; | ||
l: number; | ||
asset: string; | ||
availableBalance: number; | ||
onOrderBalance: number; | ||
} | ||
@@ -525,2 +525,5 @@ export interface WsMessageSpotOutboundAccountPositionFormatted extends WsSharedBase { | ||
rp: numberInString; | ||
pP: boolean; | ||
si: numberInString; | ||
ss: numberInString; | ||
}; | ||
@@ -527,0 +530,0 @@ } |
{ | ||
"name": "binance", | ||
"version": "2.3.2", | ||
"version": "2.3.3", | ||
"description": "Node.js connector for Binance's REST APIs and WebSockets, with TypeScript & integration tests.", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
Sorry, the diff of this file is not supported yet
423488
7652