python-binance
python-binance copied to clipboard
Interval update speed added for futures depth cache stream
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.