binance-api-node icon indicating copy to clipboard operation
binance-api-node copied to clipboard

allBookTickers returns invalid type

Open SpekalsG3 opened this issue 4 years ago • 2 comments

allBookTickers method requests /api/v3/ticker/bookTicker which returns array of

[key: string]: {
  symbol: string
  bidPrice: string
  bidQty: string
  askPrice: string
  askQty: string
}

While in library right hand part of return pair type is set to Ticker.

SpekalsG3 avatar May 26 '21 09:05 SpekalsG3

PRs always welcome

balthazar avatar Dec 12 '21 16:12 balthazar