Cancel all Order
Cancel all open orders for a given symbol. This endpoint directly cancels all orders without requiring a separate build/submit step.
Last updated
Cancel all open orders for a given symbol. This endpoint directly cancels all orders without requiring a separate build/submit step.
Last updated
POST /order/cancel-all HTTP/1.1
Host:
Content-Type: application/json
Accept: */*
Content-Length: 17
{
"symbol": "text"
}{
"order_ids": [
"550e8400-e29b-41d4-a716-446655440000",
"550e8400-e29b-41d4-a716-446655440001"
],
"symbol": "ADAUSDM"
}