sammchardy / python-kucoin

Kucoin REST and Websocket API python implementation
https://python-kucoin.readthedocs.io/en/latest/
MIT License
349 stars 147 forks source link

Receiving kline data for certain interval, always happens every minute and not every interval #111

Closed glenn-boudaer1990 closed 2 years ago

glenn-boudaer1990 commented 2 years ago

I am using both the python-binance and python-kucoin code to receive kline data from both exchanges using Websockets. However, I noticed that ever minute I receive data that a new kline has been opened, even when I change the interval to 3m/3min or 5m/5min etc...

How is this possible? Is this a bug or should this be solved differently so I only receive data when a kline has opened at every inteval.