adjust_staking_position
Modify an existing INDY staking position by adding or removing tokens, generating an unsigned Cardano transaction for user signing.
Instructions
Adjust an existing INDY staking position (add or remove INDY). Returns an unsigned transaction (CBOR hex) for client-side signing.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| address | Yes | User Cardano bech32 address | |
| amount | Yes | INDY amount to adjust (positive = stake more, negative = unstake) | |
| positionTxHash | Yes | Transaction hash of the staking position UTxO | |
| positionOutputIndex | Yes | Output index of the staking position UTxO |