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

small mistake in the spelling of get24hrChangeStatististics #321

Closed anymos closed 1 year ago

anymos commented 1 year ago

really not a pb but, just see it so I report get24hrChangeStatististics shall be get24hrChangeStatistics

tiagosiebler commented 1 year ago

Hi, thanks for reporting this. It's deprecated since v2.4.0 (#306), in favour of the corrected function name get24hrChangeStatistics in both the USDM and COINM futures clients. If you notice any other mistakes, please let me know. Thanks!