Kucoin / kucoin-node-sdk

KuCoin API SDK for Node.js language.
Apache License 2.0
106 stars 53 forks source link

websocket message type is wrong #38

Open mr-pourghorban opened 2 years ago

mr-pourghorban commented 2 years ago

hello everyone I open WebSocket for my private account and get messages of order changes. when I set buy order in Best Market Price Mode order filled but the message type:'canceled' and when sell order filled the message type:'filled'

I think the 'type' of buying Best Market Price message is wrong And it should be 'filled' in Websocket messages

mr-pourghorban commented 2 years ago

This problem still exists in Websocket and Best Market Price Mode can anyone hear me???

behrouz-shafaati commented 1 year ago

Hi Mohammad Reza. I want to use from websocket in spot and futures market. how i Can receive data. do you have any example?