diff --git a/docs/changelog.md b/docs/changelog.md index 9cb80580..b2a9efb1 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -7,7 +7,12 @@ sidebar_position: 7 ## 2024-05-17 -- 添加夜盘交易支持 +- 下单及订单查询接口扩展 `outside_rth` 字段支持夜盘交易 + +## 2024-05-06 + +- 更新获取账户资金接口 + - `GET /v1/asset/account` 增加 (buy_power) 返回字段 ## 2024-04-29 diff --git a/i18n/en/docusaurus-plugin-content-docs/current/changelog.md b/i18n/en/docusaurus-plugin-content-docs/current/changelog.md index df58e994..d584bb23 100644 --- a/i18n/en/docusaurus-plugin-content-docs/current/changelog.md +++ b/i18n/en/docusaurus-plugin-content-docs/current/changelog.md @@ -7,7 +7,12 @@ sidebar_position: 7 ## 2024-05-17 -- Add support for overnight trading +- Expand `outside_rth` field to support overnight trading in order placement and query APIs + +## 2024-05-06 + +- Update the interface for Get Account Balance + - `GET /v1/asset/account` Add response field (buy_power) ## 2024-04-29 diff --git a/i18n/zh-HK/docusaurus-plugin-content-docs/current/changelog.md b/i18n/zh-HK/docusaurus-plugin-content-docs/current/changelog.md index 905a1e97..3038152e 100644 --- a/i18n/zh-HK/docusaurus-plugin-content-docs/current/changelog.md +++ b/i18n/zh-HK/docusaurus-plugin-content-docs/current/changelog.md @@ -7,7 +7,12 @@ sidebar_position: 7 ## 2024-05-17 -- 添加夜盤交易支持 +- 下單及訂單查詢接口擴展 `outside_rth` 字段支持夜盤交易 + +## 2024-05-06 + +- 更新獲取賬戶資金接口 + - `GET /v1/asset/account` 增加 (buy_power) 返回字段 ## 2024-04-29