process_sp_request
Process pending stability pool requests by generating unsigned Cardano transactions for user signing, enabling protocol maintenance operations on iAssets like iUSD, iBTC, iETH, or iSOL.
Instructions
Process a pending stability pool request (protocol maintenance operation). Returns an unsigned transaction (CBOR hex) for client-side signing.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| address | Yes | User Cardano bech32 address | |
| asset | Yes | iAsset of the stability pool (iUSD, iBTC, iETH, or iSOL) | |
| accountTxHash | Yes | Transaction hash of the account UTxO with the pending request | |
| accountOutputIndex | Yes | Output index of the account UTxO |