loan_get_movements
Retrieve complete loan movement history, including approvals, repayments, liquidations, and interest. Filter by order ID to track lifecycle events with fiat values and LTV changes.
Instructions
Get loan movement history with full details. Returns movements with type (approve, repay, liquidate, interest), nested loan/guarantee objects with fiat values, and LTV tracking. Optional order_id filter. Use to track loan lifecycle events. [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 loan order UUID |