loan_get_movements
Retrieve loan movement history with full details including type, loan/guarantee objects, and LTV tracking. Filter by order ID to track specific loan lifecycle events.
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 |
|---|---|---|---|
| order_id | No | Filter by loan order UUID | |
| 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. |