獲取提現操作狀態
GET /v1/wallet/withdrawals/{operationId}:對提現操作進行持久化狀態查詢。
GET /v1/wallet/withdrawals/{operationId}
對提現操作進行持久化狀態查詢。從本地 withdraw_operations 表返回最新已知的 {operationId, txHash?, status, broadcastAt, confirmedAt?, failedReason?, settlement}。彈窗關閉後,UI 可藉此重新連接仍在處理中的提現操作。當 settlement 為 exchange_ledger(Lighter)時,提現在提交時沒有鏈上交易,本介面就是唯一的進度來源 —— 讀取時它會根據該交易所自己的提現賬本解析操作狀態。
| 方法 | GET |
| 路徑 | /v1/wallet/withdrawals/{operationId} |
| 認證 | 設置 GATEWAY_AUTH_TOKEN 時需要 Authorization: Bearer <token> |
| 類別 | perps |