liquidate_loan
Build an unsigned transaction to liquidate an unhealthy loan. Specify wallet address, loan ID, and max repayment to initiate liquidation via Floe's credit API.
Instructions
Build unsigned tx to liquidate an unhealthy loan. Requires any Floe API key (agent floe_... or developer floe_live_...).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| loan_id | Yes | Loan ID | |
| market_id | No | Market ID | |
| max_repayment | Yes | Max amount willing to pay | |
| wallet_address | Yes | Liquidator wallet |