Api not listing all open orders? only 50 returned

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.

I found out there is a limit parameter for the function.The Default is 50. max is 500. So my problem solved.

1 Like

@b.great I also got stuck in this Default numbering of API later I realize that I can increase it up to 500 max which also resolved my issue. :slightly_smiling_face: