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

Enhancement: receive private events #58

Closed MarcelBeining closed 5 years ago

MarcelBeining commented 5 years ago

According to 👍 https://docs.kucoin.com/#create-connection when passing acceptUserMessage="true" during the websocket creation, also private Events are sent like order execution. I did not found this so far in your code, it would be very nice to have that feature.

sammchardy commented 5 years ago

Oh yes, you're right. Adding this to the next version.