Appearance
Cancel all conditional orders
DELETE
/v1/orders/conditionals
Cancel all open conditional orders for the user.
A 200 OK response means the request to cancel the conditional orders was accepted. You can either use the Order Status REST API or the WebSocket API to receive status updates about this request.
Authorizations
apiKey
Your API key
Type
API Key (header: X-VALR-API-KEY)
apiSignature
HMAC SHA512 signature of the request (see Authentication section)
Type
API Key (header: X-VALR-SIGNATURE)
apiTimestamp
Request timestamp in milliseconds
Type
API Key (header: X-VALR-TIMESTAMP)
Responses
Cancel all conditional orders request accepted
application/json
JSON
[
{
"orderId": "13ae156c-8c18-4e7a-9a43-2e2891221a53"
},
{
"orderId": "1554825d-dd3c-4fe1-9471-52ff6e2aab56"
},
{
"orderId": "c0358c7d-10fd-4b60-8193-769a53da712e",
"customerOrderId": "ConditionalOrder001"
}
]