POST /v1/transactions/:operationId/recover — Recover a broadcast but unsubmitted transaction
POST https://api.rebelfi.io/v1/transactions/:operationId/recoversubmit-hash, or if the submit-hash call failed.
| Parameter | Type | Required | Description |
|---|---|---|---|
operationId | number | Yes | Operation ID the transaction belongs to |
| Field | Type | Required | Description |
|---|---|---|---|
txHash | string | Yes | On-chain transaction hash that was broadcast |
transactionId | number | No | Target transaction ID. If omitted, matches the first unsigned transaction. |
| Code | Description |
|---|---|
OPERATION_NOT_FOUND | Operation ID doesn’t exist |
TRANSACTION_NOT_FOUND | No matching transaction found in the operation |
INVALID_OPERATION_STATUS | Operation is not in a recoverable state |