get_moolah_liquidation_records
Retrieve historical liquidation events on Moolah, including bot and public liquidations, with filters for token type and network.
Instructions
Historical liquidation events on Moolah — both bot-executed and public liquidations.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number (0-indexed). Default: 0 | |
| type | No | Filter by liquidator type | |
| network | No | Network. Default: mainnet | |
| pageSize | No | Results per page. Default: 20 | |
| debtToken | No | Filter by loan token symbol | |
| collateralToken | No | Filter by collateral token symbol |