API 文档
post
/api/v1/Trade/orders/cancel-allCancels all working orders on the account, optionally filtered by instrument symbol.
Trade
参数
version
path · string
必需的
请求体
{
"accountId": 0,
"instrument": "string"
}响应
- 202Cancel-all accepted; cancelledCount is the number of cancel requests queued.application/json
{ "status": "accepted", "message": "Cancel requested for 2 working order(s).", "cancelledCount": 2 } - 400Validation failed.application/json
{ "status": "rejected", "message": "Request body is required." }