Get withdraw operation status
GET /v1/wallet/withdrawals/{operationId} — Durable status lookup for a withdraw operation. Returns the latest known `{operationId, txHash?, status, broadcastAt, co
GET /v1/wallet/withdrawals/{operationId}
Durable status lookup for a withdraw operation. Returns the latest known {operationId, txHash?, status, broadcastAt, confirmedAt?, failedReason?} from the local withdraw_operations table. Lets the UI reconnect to an in-flight withdraw after the modal closes.
| Method | GET |
| Path | /v1/wallet/withdrawals/{operationId} |
| Auth | Authorization: Bearer <token> required when GATEWAY_AUTH_TOKEN is set |
| Category | perps |