loan_get_orders
Retrieve all loan orders with full details such as LTV, APR, interest, and fiat values to monitor loan health, track payments, and calculate costs. Filter by a specific order ID when needed.
Instructions
Get all loan orders with full details including LTV, APR, interest, and fiat values. Use this to monitor loan health (LTV), track payments, and calculate costs. Optional order_id filter for specific loan. [PRIVATE]
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| jwt | No | Optional session token for authentication. API keys are recommended for most use cases. | |
| limit | No | Number of records to return (default: 10) | |
| offset | No | Number of records to skip for pagination (default: 0) | |
| order_id | No | Filter by specific order UUID to get a single loan. |