Watch a withdraw operation (SSE)
POST /v1/wallet/withdrawals/{operationId}/watch — Server-sent-events stream tracking outbound tx finality for one withdraw operationId. Emits `broadcast → confirming → cr
POST /v1/wallet/withdrawals/{operationId}/watch
Server-sent-events stream tracking outbound tx finality for one withdraw operationId. Emits broadcast → confirming → credited / failed / timeout. Terminal events persist back to the durable status table so the status endpoint reflects the real outcome.
| Method | POST |
| Path | /v1/wallet/withdrawals/{operationId}/watch |
| Auth | Authorization: Bearer <token> required when GATEWAY_AUTH_TOKEN is set |
| Category | perps |