Skip to content

Order cancellation failed

SEND Server to Client on wss://api.valr.com/ws/account

Sent when an attempt to cancel an order on the exchange has failed.

Authentication

This operation requires API key authentication (HMAC-SHA512 via query parameters or in-band AUTHENTICATE message).

Message

Event type: FAILED_CANCEL_ORDER

Payload Schema

PropertyTypeRequiredDescription
orderIdstringYes-
messagestringYes-

Example

json
"{\n    \"type\": \"FAILED_CANCEL_ORDER\",\n    \"data\": {\n        \"orderId\": \"f1e2d3c4-b5a6-7890-1234-567890abcdef\",\n        \"message\": \"Order not found or already filled\"\n    }\n}"

Channel

Channel: account Address: wss://api.valr.com/ws/account