queryFixedAvailableInventory
Query available inventory for fixed-rate borrowing by specifying currency, term, and annual rate. Returns the minimum of market supply and user's remaining borrow limit.
Instructions
Query available inventory for fixed-rate borrowing by specifying currency, term, and annual rate.
Rules:
All parameters (
currency,term,annualRate) are requiredcurrencymust be uppercase (e.g.USDT,BTC)Only coins supported by pledge borrowing (fixed-rate) are allowed
Available inventory = min(market supply + finance trial(50M), UTA user remaining borrow limit)
Precision: borrow precision, rounded down
Unified account only
Service: bizasset-uta-loan-prod
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| term | Yes | ||
| currency | Yes | ||
| annualRate | Yes |