withdraw_cdp
Withdraw ADA collateral from a CDP by generating an unsigned transaction (CBOR hex) for client-side signing.
Instructions
Withdraw ADA collateral from a CDP — builds an unsigned transaction (CBOR hex) for client-side signing
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| asset | Yes | ||
| amount | Yes | Lovelace amount to withdraw | |
| address | Yes | User Cardano bech32 address | |
| cdpTxHash | Yes | Transaction hash of the CDP UTxO | |
| cdpOutputIndex | Yes | Output index of the CDP UTxO |