python-binance icon indicating copy to clipboard operation
python-binance copied to clipboard

Interval update speed added for futures depth cache stream

Open apri-me opened this issue 1 year ago • 0 comments

So based on docs, you can set update speed which can be 250ms, 500ms or 100ms. If you don't mention, it'll use the default 250ms.

Added parameter interval to futures_depth_socket method of streams module, which can be None or one of the allowed options, based on same method for spot.

apri-me avatar Aug 27 '24 11:08 apri-me