Recover Transaction
Transactions
Recover Transaction
POST /v1/transactions/:operationId/recover — Recover a broadcast but unsubmitted transaction
POST
Recover Transaction
Documentation Index
Fetch the complete documentation index at: https://docs.rebelfi.io/docs/llms.txt
Use this file to discover all available pages before exploring further.
Endpoint:
POST https://api.rebelfi.io/v1/transactions/:operationId/recoversubmit-hash, or if the submit-hash call failed.
Path Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
operationId | number | Yes | Operation ID the transaction belongs to |
Request Body
| 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. |
Example Request
Example Response
Errors
| 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 |