adjust_rob
Change the ADA allocation in a ROB buy order by specifying a positive or negative lovelace adjustment, with optional max-price updates. Produces an unsigned CBOR transaction for client-side signing.
Instructions
Adjust ADA amount in an ROB buy order (positive to increase, negative to decrease). Optionally update the max price (numerator/denominator). 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 | |
| newMaxPriceNumerator | No | Optional new max price numerator (integer string) | |
| lovelacesAdjustAmount | Yes | Lovelace adjustment amount (positive to add, negative to remove) | |
| newMaxPriceDenominator | No | Optional new max price denominator (integer string) |