I fetch orders through Info.open_orders, and then loop over those orders to call info.query_order_by_oid (using the same orderID as received from the response of info.open_orders I receive the following response
{
"status": "unknownOid"
}
Sample orderIDs
265211960704
265131800711
266053654384
266059605108
265288767983
I fetch orders through
Info.open_orders, and then loop over those orders to callinfo.query_order_by_oid(using the same orderID as received from the response ofinfo.open_ordersI receive the following response{ "status": "unknownOid" }Sample orderIDs