|
|
@@ -142,7 +142,7 @@ impl HtxSwapRest {
|
|
|
pub async fn get_order_details(&mut self, params: Value) -> ResponseData {
|
|
|
let data = self.request("POST".to_string(),
|
|
|
"/linear-swap-api/v1".to_string(),
|
|
|
- format!("/swap_cross_order_detail"),
|
|
|
+ format!("/swap_cross_order_info"),
|
|
|
true,
|
|
|
params,
|
|
|
).await;
|