frequentcat / kucoin-proxy

20 stars 3 forks source link

WORK IN PROGRESS #2

Open fmhc opened 3 years ago

fmhc commented 3 years ago

its not working yet, i had to first implement candle methods in the websocket api found here: https://github.com/frequentcat/kucoin-websocket-api

next step is calling new methods and work with the result. upcoming problem: kucoin candle data is only 1m/3m/15m/1h/ ... where freqtrade wants the 5m, i'm sure...

bouroo commented 3 years ago

I try call websocket directly to kucoin wss enpoint that can get 5min candles data. Something may be wrong with kucoin's API docs. image