I have code to convert the string to a csv file. However, the following command:
str(list(auth_client.get_orders(status='open')))
Intermittently returns the following at the end of the string:
}, 'message']
Which consistently corresponds with the resulting file being NOT the full set of open orders. Is it my own python naivete or just how I'm using this? How can I obtain a full open order set?