MINARA

獲取提現操作狀態

GET /v1/wallet/withdrawals/{operationId}:對提現操作進行持久化狀態查詢。

GET /v1/wallet/withdrawals/{operationId}

對提現操作進行持久化狀態查詢。從本地 withdraw_operations 表返回最新已知的 {operationId, txHash?, status, broadcastAt, confirmedAt?, failedReason?, settlement}。彈窗關閉後,UI 可藉此重新連接仍在處理中的提現操作。當 settlementexchange_ledger(Lighter)時,提現在提交時沒有鏈上交易,本介面就是唯一的進度來源 —— 讀取時它會根據該交易所自己的提現賬本解析操作狀態。

方法GET
路徑/v1/wallet/withdrawals/{operationId}
認證設置 GATEWAY_AUTH_TOKEN 時需要 Authorization: Bearer <token>
類別perps

本頁目錄