Skip to content

Commit

Permalink
修改日志变动以及字段属性
Browse files Browse the repository at this point in the history
  • Loading branch information
sky-lft committed May 7, 2024
1 parent 548cd11 commit 6ef1186
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ sidebar_position: 7

## 2024-05-06

- 更新獲取賬戶資金接口
- 更新获取账户资金接口
- `GET /v1/asset/account` 增加 (buy_power) 返回字段


Expand Down
1 change: 1 addition & 0 deletions swagger-docs/en/trade/asset/account.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ definitions:
- net_assets
- init_margin
- maintenance_margin
- buy_power
properties:
total_cash:
type: "string"
Expand Down
1 change: 1 addition & 0 deletions swagger-docs/zh-CN/trade/asset/account.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ definitions:
- net_assets
- init_margin
- maintenance_margin
- buy_power
properties:
total_cash:
type: "string"
Expand Down
1 change: 1 addition & 0 deletions swagger-docs/zh-HK/trade/asset/account.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ definitions:
- net_assets
- init_margin
- maintenance_margin
- buy_power
properties:
total_cash:
type: "string"
Expand Down

0 comments on commit 6ef1186

Please sign in to comment.