getCryptoLoanCommonAdjustmentHistory
Query past collateral adjustments for crypto loans, including before/after LTV and status, with pagination for auditing.
Instructions
Query historical collateral adjustment operations with pagination support.
Features:
Private endpoint (authentication required)
Query by specific adjustId or filter by currency
Pagination support with cursor-based navigation
Shows before/after LTV for each adjustment
Track adjustment status (processing, success, failed)
Rate limit: 5 requests per time window per UID
Use Cases:
Review past collateral adjustments
Track LTV changes over time
Verify adjustment operations
Audit collateral management activities
Query Modes:
By adjustId: Get specific adjustment (no pagination)
By currency: Get all adjustments for a currency (with pagination)
All adjustments: Get complete history (with pagination)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| adjustId | No | ||
| collateralCurrency | No | ||
| limit | No | ||
| cursor | No |