Appearance
Withdrawal status updated
SEND Server to Client on wss://api.valr.com/ws/account
Sent when there is a status update on a pending cryptocurrency withdrawal. Includes updated confirmation count, transaction hash, and any failure reason.
Authentication
This operation requires API key authentication (HMAC-SHA512 via query parameters or in-band AUTHENTICATE message).
Message
Event type: SEND_STATUS_UPDATE
Payload Schema
| Property | Type | Required | Description |
|---|---|---|---|
| uniqueId | string | Yes | - |
| status | string | Yes | - |
| transactionHash | string | No | - |
| confirmations | integer (int32) | Yes | - |
| failureReason | string | No | - |
Example
json
"{\n \"type\": \"SEND_STATUS_UPDATE\",\n \"data\": {\n \"uniqueId\": \"c3d4e5f6-a1b2-1234-5678-90abcdef1234\",\n \"status\": \"CONFIRMED\",\n \"transactionHash\": \"d4e5f6a1b2c3d4e5f6a1b2c3d4e5f6a1b2c3d4e5f6a1b2c3d4e5f6a1b2c3d4e5\",\n \"confirmations\": 6,\n \"failureReason\": null\n }\n}"Channel
Channel: account Address: wss://api.valr.com/ws/account