python-kucoin icon indicating copy to clipboard operation
python-kucoin copied to clipboard

get_orders() page parameter

Open lvanchev opened this issue 5 years ago • 2 comments

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?

lvanchev avatar Apr 27 '20 08:04 lvanchev

same problem

CopyPasteJedi avatar Sep 28 '20 12:09 CopyPasteJedi

@lvanchev

U can use limit orders insted like limit=500.

CopyPasteJedi avatar Sep 28 '20 12:09 CopyPasteJedi