Skip to main content
DELETE
/
v1
/
client
/
batch-order
Batch Cancel Orders By client_order_id
curl --request DELETE \
  --url https://api.perpo.trade/v1/client/batch-order \
  --header 'perpo-account-id: <perpo-account-id>' \
  --header 'perpo-key: <perpo-key>' \
  --header 'perpo-signature: <perpo-signature>' \
  --header 'perpo-timestamp: <perpo-timestamp>'
{
  "success": true,
  "data": {
    "status": "CANCEL_ALL_SENT"
  },
  "timestamp": 1702989203989
}

Headers

perpo-timestamp
string
required
perpo-account-id
string
required
perpo-key
string
required
perpo-signature
string
required

Query Parameters

client_order_ids
string
required

List of client_order_ids, comma-separated, with a maximum of 10 order ids per request.

Response

200 - application/json

OK

success
boolean
required
Example:

true

data
object
required
timestamp
integer
Example:

1702989203989