tiagosiebler / binance

Node.js & JavaScript SDK for Binance REST APIs & WebSockets, with TypeScript & browser support, integration tests, beautification & more.
MIT License
747 stars 266 forks source link

getExchangeInfo returns an error when providing symbols as param #297

Closed giveerr closed 1 year ago

giveerr commented 1 year ago

Based on this issue #200 i think the same should apply to symbols.

Get the same error when I try to run this code:

client.getExchangeInfo({
    symbols: ['BTCUSDT' , 'BNBUSDT']
})

Error: Not all sent parameters were read; read '0' parameter(s) but was sent '1'.