krychla1
krychla1
Hi Fellows! After initial error on watchOrderbook "kucoin failed to synchronize WebSocket feed with the snapshot for symbol COV/USDT in 3 attempts": (kucoin.js) ```JavaScript retryFetchOrderBookSnapshot (client, message, subscription) { const...
Hi fellows, watchOrderBook on huobi is unreliable. The orderbook ends with invalid orders hanging there after several hours. I faced similar issue on kucoin as well, however I am unable...
Hi fellows, currently you offer no possibility to recreate websockets connections/subscriptions in case they go wrong/dead. User workarounds have to be created, as you suggested - by creating new Exchange...
Dear support, a possibility to create account for a currency seems to be removed and doesn't work anymore. POST /api/v2/accounts ``` POST https://api.kucoin.com/api/v2/accounts {"currency":"FKX","type":"trade"} ``` returns ``` ResponseBody: {"code":"404","msg":"Not Found","retry":false,"success":false}...