Has anyone figured out how to get_order with a certificate?
If am refering to this method.
def get_order(self, account_id: str, order_id: str):
No matter what I try I can't figure out how to get the order status.
Thanks for your help!
Endpoint does not work and there is no new that I know of. You can use get_orders() to get status for all orders instead.
From what I can see. The order disappears from the get_orders once completed. So I can't check status if it's completed. Deleted or otherwise. Anyone have any idea how to fix that?
Yes, only active orders are seen with get_orders().
You can call get_deals() to see if it is completed.
Unfortunatly, if it is deleted it's not in any of thoose two calls.