new_crypto_loan_fixed_borrow
Create a fixed-term crypto loan borrow order by specifying currency, amount, annual interest rate, and loan duration in days.
Instructions
Create a fixed-term crypto loan borrow order.
Args: order_currency: Borrow currency. order_amount: Borrow amount. annual_rate: Annual interest rate. term: Loan term in days.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| order_currency | Yes | ||
| order_amount | Yes | ||
| annual_rate | Yes | ||
| term | Yes |