Appearance
Order processing result
SEND Server to Client on wss://api.valr.com/ws/account
Sent after an order has been processed by the exchange. Indicates whether the order was placed successfully or failed, along with the failure reason if applicable.
Authentication
This operation requires API key authentication (HMAC-SHA512 via query parameters or in-band AUTHENTICATE message).
Message
Event type: ORDER_PROCESSED
Payload Schema
| Property | Type | Required | Description |
|---|---|---|---|
| orderId | string | Yes | - |
| success | boolean | Yes | - |
| failureReason | string | No | - |
Example
json
"{\n \"type\": \"ORDER_PROCESSED\",\n \"data\": {\n \"orderId\": \"f1e2d3c4-b5a6-7890-1234-567890abcdef\",\n \"success\": true,\n \"failureReason\": null\n }\n}"Channel
Channel: account Address: wss://api.valr.com/ws/account