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

get_historical_orders() always returns empty object #66

Closed projenix closed 4 years ago

projenix commented 4 years ago

Hello,

I tries using this function with or without additional options and it always returns the following no matter what:

{'totalNum': 0, 'totalPage': 0, 'pageSize': 50, 'currentPage': 1, 'items': []}

Thanks,