jaggedsoft / node-binance-api

Node Binance API is an asynchronous node.js library for the Binance API designed to be easy to use.
MIT License
1.57k stars 767 forks source link

Websocket depthcache 100ms #820

Open omeroot opened 2 years ago

omeroot commented 2 years ago

depthCache method has one restriction that is only works with 100ms

return symbol.toLowerCase() + @depth@100ms;

Websocket depthCache 5558. row in source code. How can i change into 1000ms ?

Max-SDSharp commented 2 years ago

Will this feature to control the update speed be implemented in any version?