ViewBlock / binance-api-node

:chart: A complete and heavily tested wrapper with typings for the Binance API.
654 stars 495 forks source link

Add `symbol` parameter to `exchangeInfo` function in index.d.ts file #614

Closed ilKhr closed 1 year ago

ilKhr commented 1 year ago

I added the symbol parameter to the exchangeInfo function types. The documentation says that this parameter is accepted, but it is not described in the types Link to documentation: https://www.npmjs.com/package/binance-api-node#exchangeinfo

balthazar commented 1 year ago

Thank you!