sammchardy / python-kucoin

Kucoin REST and Websocket API python implementation
https://python-kucoin.readthedocs.io/en/latest/
MIT License
350 stars 148 forks source link

client.get_orders() does not get stop orders #105

Open beatrunnerforspotify opened 2 years ago

beatrunnerforspotify commented 2 years ago

If I call client.get_orders(trade_type='MARGIN_TRADE'), or even client.get_orders(trade_type='MARGIN_TRADE', order_type='limit_stop'), the stop limit orders (active or complete) are not returned.