loan_increase_guarantee
Add more collateral to an existing loan to improve the loan-to-value ratio and reduce risk. Returns updated loan details.
Instructions
Increase the guarantee (collateral) amount for an existing loan. This improves the LTV ratio and reduces risk. Returns updated loan details. Use loan_get_orders first to get the order ID. [PRIVATE]
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| order_id | Yes | Loan order UUID from loan_get_orders | |
| guarantee_amount | Yes | Additional collateral amount to add (as string for decimal precision) | |
| jwt | No | Optional session token for authentication. API keys are recommended for most use cases. |