postCryptoLoanFixedBorrow
Create a fixed-term crypto loan with locked interest rates by specifying loan currency, amount, annual rate, term, and collateral assets. Supports multiple collateral currencies and optional auto-repay.
Instructions
Create a fixed-term borrow order with specified loan currency, amount, rate, term, and collateral.
Features:
Private endpoint (authentication required)
Fixed-term loans with locked interest rates
Support multiple collateral currencies
Optional auto-repay setting
Rate limit: 1 request per time window per UID
Use Cases:
Borrow crypto with fixed interest rate for specific term
Pledge multiple currencies as collateral
Lock in favorable rates for 7D, 14D, 30D, 60D, 90D, or 180D
Important:
Order may match partially or fully based on available supply
Ensure collateral meets minimum LTV requirements
Check borrow-order-quote endpoint first for available rates
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| orderCurrency | Yes | ||
| orderAmount | Yes | ||
| annualRate | Yes | ||
| term | Yes | ||
| autoRepay | No | ||
| collateralList | Yes | ||
| repayType | No |