ViewBlock / binance-api-node

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

ws.bookTicker is missing from d.ts #603

Open quixot1c opened 1 year ago

quixot1c commented 1 year ago

The bookTicker function/method is missing from the WebSocket interface in the d.ts file, while it is implemented on the JS side.

balthazar commented 1 year ago

PRs welcome