getHistory
Retrieve historical lending data: recent liquidations, APY snapshots, and user transaction history. Provide a wallet address to view active positions and past supplies, borrows, and repays.
Instructions
Returns historical data from the Kaskad Protocol subgraph: recent liquidations, current market APY snapshots, and optionally a user's transaction history (supplies, borrows, repays) and active positions over time. Pass an address to get user-specific history.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Number of historical records to return (default 10, max 50) | |
| address | No | Optional wallet address (0x...) to fetch user transaction history |