You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?