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_orders() page parameter #70

Open lvanchev opened 4 years ago

lvanchev commented 4 years ago

Hello. It appears that client.get_orders() command ignores page= subscript, since (for me, at least) it returns the first page only, regardles of whether I put page=2 or page=1000. Is there currently any way to get around it?

CopyPasteJedi commented 3 years ago

same problem

CopyPasteJedi commented 3 years ago

@lvanchev

U can use limit orders insted like limit=500.