pub(crate) async fn fetch_open_orders( raw_http: &DydxRawHttpClient, address: &str, ) -> Result<Vec<Order>, Box<dyn Error>>