MINARA

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.

MethodGET
Path/v1/wallet/withdrawals/{operationId}
AuthAuthorization: Bearer <token> required when GATEWAY_AUTH_TOKEN is set
Categoryperps

On this page