|
|
@@ -181,7 +181,7 @@ impl OkxSwapRest {
|
|
|
pub async fn swap_order(&mut self, params: serde_json::Value) -> ResponseData {
|
|
|
let data = self.request("POST".to_string(),
|
|
|
"/api/v5".to_string(),
|
|
|
- "/trade/fills".to_string(),
|
|
|
+ "/sprd/order".to_string(),
|
|
|
true,
|
|
|
params.to_string(),
|
|
|
).await;
|