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

목차