|
|
@@ -82,12 +82,12 @@ impl HtxSwapRest {
|
|
|
data
|
|
|
}
|
|
|
|
|
|
- //查询合约账户(【全仓】获取用户账户信息)
|
|
|
+ //查询合约账户 (【全仓】获取用户账户信息)
|
|
|
pub async fn get_account(&mut self,params: Value) -> ResponseData {
|
|
|
|
|
|
let data = self.request("POST".to_string(),
|
|
|
"/linear-swap-api/v1".to_string(),
|
|
|
- format!("/swap_balance_valuation"),
|
|
|
+ format!("/swap_cross_account_info"),
|
|
|
true,
|
|
|
params,
|
|
|
).await;
|