Skip to content

Cancel all orders

DELETE
/v1/orders

Cancel all open orders associated with this account.

A 200 OK response means the request to cancel the 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 orders request accepted

application/json
JSON
[
{
"orderId": "c66a13ec-2ac6-4a52-9eca-608e4480194f"
},
{
"orderId": "53485e46-ca8e-46c6-a784-0c175bbcd554"
}
]

Playground

Authorization

Samples