|
|
@@ -77,7 +77,7 @@ impl WooSwapRest {
|
|
|
pub async fn get_market(&mut self,params:Value) -> ResponseData {
|
|
|
let data = self.request("GET".to_string(),
|
|
|
"/v1".to_string(),
|
|
|
- "/public/futures".to_string(),
|
|
|
+ "/public/info".to_string(),
|
|
|
false,
|
|
|
params,
|
|
|
).await;
|