Confirms a sweep operation after the transaction has been executed. Called after manually executing the blockchain transaction.
Parameters
| Name | In | Type | Required | Description |
|---|---|---|---|---|
id |
path | string |
yes |
Request body
application/json
· ConfirmSweepRequest
· required
| Field | Type | Required | Description |
|---|---|---|---|
gasUsed |
string |
no | Gas used for the transaction. |
txHash |
string |
yes | Blockchain transaction hash. |
Responses
| Status | Body | Description |
|---|---|---|
200 |
— | Operation confirmed. |
404 |
Error |
Operation not found. |
Specification
This page is generated from the OpenAPI specification, which remains the authoritative machine-readable source.