Submit Cancel for Multiple Orders by IDs

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
/* POST /v1/order/orders/batchcancel */
{
  "order-ids": [
    "1", "2", "3"
  ]
}
/* POST /v1/order/orders/batchcancel */
{
  "status": "ok",
  "data": {
    "success": [
      "1",
      "3"
    ],
    "failed": [
      {
        "err-msg": "record invalid",
        "order-id": "2",
        "err-code": "base-record-invalid"
      }
    ]
  }
}
Body Params
order-ids
array of strings
required
length ≤ 50

The order ids to cancel. Max list size is 50

order-ids*
Response

Language
LoadingLoading…
Response
Choose an example:
application/json