adjust_rob
Modify ADA amounts in an ROB position on Cardano by increasing or decreasing collateral, with optional price limit updates, and generate unsigned transactions for signing.
Instructions
Adjust ADA amount in an ROB position (positive to increase, negative to decrease). Optionally update the max price. Returns an unsigned transaction (CBOR hex) for client-side signing.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| address | Yes | User Cardano bech32 address | |
| robTxHash | Yes | Transaction hash of the ROB UTxO | |
| robOutputIndex | Yes | Output index of the ROB UTxO | |
| lovelacesAdjustAmount | Yes | Lovelace adjustment amount (positive to add, negative to remove) | |
| newMaxPrice | No | Optional new max price as an on-chain integer string |