loan_get_orders
Retrieve loan orders with full details to monitor loan health, track payments, and calculate costs. Supports filtering by order ID for specific loans.
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 |
|---|---|---|---|
| order_id | No | Filter by specific order UUID to get a single loan. | |
| limit | No | Number of records to return (default: 10) | |
| offset | No | Number of records to skip for pagination (default: 0) | |
| jwt | No | Optional session token for authentication. API keys are recommended for most use cases. |