open_rob
Create a new redemption order book position on Cardano by depositing ADA with a maximum price limit for iAssets like iUSD or iBTC, generating an unsigned transaction for signing.
Instructions
Open a new ROB (Redemption Order Book) position with ADA and a max price limit. 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 | ||
| lovelacesAmount | Yes | ADA amount in lovelace to deposit into the ROB | |
| maxPrice | Yes | Max price as an on-chain integer string (the getOnChainInt value) |