Skip to main content
POST
/
sapi
/
v1
/
batchCancel
Batch Cancel Order
curl --request POST \
  --url https://openapi.odyssey.trade/sapi/v1/batchCancel \
  --header 'Content-Type: application/json' \
  --data '{
  "orderIds": [
    123
  ],
  "symbol": "<string>"
}'
{
  "success": [],
  "failed": []
}

Body

application/json
orderIds
integer[]
required
symbol
string
required

Response

success
integer[]
failed
integer[]