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

add method for !ticker_<window-size>@arr #327

Closed KDVMan closed 1 year ago

KDVMan commented 1 year ago

Hello,

please add a method to get !ticker_@arr in the current implementation, as I understand it, there is no such possibility or I did not find

thanks

tiagosiebler commented 1 year ago

Added this with #328, in v2.6.0. Example here: https://github.com/tiagosiebler/binance/blob/master/examples/ws-public.ts#L128

Thanks for letting me know!