Kucoin / kucoin-python-sdk

MIT License
40 stars 11 forks source link

Ability to send orders through a private websocket #91

Closed kheil117 closed 1 year ago

kheil117 commented 1 year ago

Hi all, Is it possible to send orders via a private WS rather than the ReST API ? If so, what kind of trade message is Kucoin expecting ? If not, can we add this feature ? Reason I am asking is that I often get time out when sending large batches of orders simultaneously and I believe a WS would handle that better. Thanks

progressivehed commented 1 year ago

Hello

1.Is it possible to send orders via a private WS rather than the ReST API ? A: No it is not available now.

  1. If not, can we add this feature ? A: We may add this feature in future. It has been suggested.
kheil117 commented 1 year ago

thank you