获取提现操作状态
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 |