mirror of
https://github.com/longbridge/developers.git
synced 2026-09-19 03:34:09 +08:00
216675eb04
* fix order detail * fix * fix estimate * fix url * fix url * update order detail example * add changelog * Update changelog.md * Update changelog.md * Update changelog.md * Update changelog.md --------- Co-authored-by: guohua.lu <guohua.lu@longbridge.sg> Co-authored-by: Jason Lee <huacnlee@gmail.com>
1.1 KiB
1.1 KiB
id, title, slug, sidebar_position
| id | title | slug | sidebar_position |
|---|---|---|---|
| changelog | 更新日志 | changelog | 7 |
2023-04-11
- 新增订单详情查询接口
GET /v1/trade/order获取订单详情
- 新增预估最大购买数量接口
GET /v1/trade/estimate/buy_limit获取预估最大购买数量接口
- 美股期权添加市价单和条件单支持
2022-07-18
- 更新标的基础信息接口
- 长连接
Business Command: 10响应增加board字段
- 长连接
2022-07-14
- 新增获取保证金比例接口
GET /v1/risk/margin-ratio获取保证金比例
2022-06-30
- 新增获取关注分组接口
GET /v1/watchlist/groups获取关注分组
2022-06-20
- 更新账号资金接口
GET /v1/asset/account响应增加净资产 (net_assets)、初始保证金 (init_margin)、维持保证金 (maintenance_margin) 字段
- 更新持仓接口
GET /v1/asset/stock支持用户获取期权持仓
2022-06-15
- 新增行情资金流接口
- 长连接
Business Command:24获取标的当日资金流向 - 长连接
Business Command:25获取标的当日资金分布
- 长连接