Hi,
I am using api.list_orders() #(status=‘open’) to get my orders list, however, I only see 50 orders, while actually there are more than 100 orders. The WebApp dashbaords shows all orders, but the rest api returns only 50.
How can I get the full list of open orders?
Thank you.