new_crypto_loan_fixed_supply
Create a fixed crypto loan supply order to lend a specified amount of cryptocurrency at a fixed annual interest rate for a chosen term in days.
Instructions
Create a fixed crypto loan supply (lending) order.
Args: order_currency: Supply currency. order_amount: Supply amount. annual_rate: Annual interest rate. term: Supply term in days.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| order_currency | Yes | ||
| order_amount | Yes | ||
| annual_rate | Yes | ||
| term | Yes |