Skip to main content

Cancel Order Batch

POST 

/private/CancelOrderBatch

Cancel multiple open orders by txid, userref or cl_ord_id(maximum 50 total unique IDs/references)

API Key Permissions Required: Orders and trades - Create & modify orders or Orders and trades - Cancel & close orders

Request

Body

required
    nonce int64required

    Nonce used in construction of API-Sign header

    orders object[]
  • Array [
  • txid object

    Open order transaction IDs (txid) or user references (userref), up to a maximum of 50 total unique IDs/references.

    oneOf

    string

  • ]
  • cl_ord_ids object[]
  • Array [
  • cl_ord_id string

    An alphanumeric client order identifier which uniquely identifies an open order for each client. Up to a maximum of 50 total unique IDs/references.

  • ]

Responses

Open order cancelled.

Schema
    any
Loading...