通过 API 批量提交补单请求,支持在单次调用中录入多标的、多账户及多条成交明细,适用于程序化批量处理历史成交记录的场景。⚠ 注意:同一账户下的补单请求将按顺序串行执行。若单次批量请求中包含大量同账户订单,可能导致接口超时。建议按以下策略规避:
1.
分散账户:构造请求时优先将订单分布到不同账户,避免同账户订单集中。
2.
拆分请求:将同一账户的大批量补单拆分为多次独立请求分批提交。
3.
减少单批笔数:若仍出现超时,进一步降低单次请求中的补单条数。
Submit trade amendment requests in bulk via API. A single call supports multiple symbols, multiple accounts, and multiple fill entries, making it suitable for programmatic batch processing of historical trade records.⚠ Note: Amendment requests within the same account are executed sequentially. If a single batch request contains a large number of orders for the same account, it may cause the request to time out. The following strategies are recommended to mitigate this:
1.
Spread across accounts: When constructing the request, distribute orders across different accounts rather than concentrating them within one account.
2.
Split into multiple requests: Break large batches for the same account into several smaller, separate requests submitted sequentially.
3.
Reduce batch size: If timeouts persist, further reduce the number of amendments included in each individual request.
Request
Authorization
Body Params application/json
orders
array [object {13}]
required
List of replenishment orders (补单列表)
transactions
array [object {2}]
required
Trade execution details (成交明细列表)
account_no
string
required
Account Number (证券账户 )
symbol
string
required
Symbol (标的代码,格式:700.HK、AAPL.US、VIXW260708P11000.US)