Submit Hash
Transactions
Submit Hash
POST /v1/transactions/submit-hash — Notify RebelFi of a broadcast transaction
POST
Submit Hash
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/submit-hashRequest Body
| Field | Type | Required | Description |
|---|---|---|---|
operationId | number | Yes | Operation ID from supply/unwind |
txHash | string | Yes | On-chain transaction hash/signature |
transactionId | number | No | Target transaction ID within the operation. Required for EVM multi-transaction operations (approve + supply). Optional for Solana single-transaction operations. If omitted, associates with the first unsigned transaction. |
Example Request
Example Response
Errors
| Code | Description |
|---|---|
OPERATION_NOT_FOUND | Operation ID doesn’t exist |
OPERATION_EXPIRED | Unsigned transaction expired |
OPERATION_ALREADY_SUBMITTED | Transaction already submitted |
INVALID_OPERATION_STATUS | Operation is in a status that doesn’t accept submissions |