morpho_get_history
Retrieves historical borrow and supply rates, utilization, and TVL for a Morpho market, providing min/avg/max/current stats and signals for rate spikes, stability, and utilization warnings.
Instructions
Historical rates and growth for a specific Morpho market. Shows borrow APY, supply APY, utilization, and TVL trends over time with min/avg/max/current stats and directional signals.
Useful for assessing rate stability before entering a looping position. A market with stable, predictable borrow rates is safer for leveraged strategies than one with frequent spikes.
Output includes signals: rate spikes, stability assessments, utilization warnings, TVL decline alerts, and supply/demand squeeze detection.
Parameters:
period: 7d (hourly), 30d (daily), 90d (daily), 1y (weekly)
interval: auto-selected based on period, or override manually
Use morpho_get_rate for current live rates. Use morpho_list_markets to discover market keys. Use spectra_get_looping_strategy to model leveraged yield after confirming rate stability.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| chain | Yes | The blockchain network | |
| market_key | Yes | The Morpho market unique key (0x + 64 hex chars). Use morpho_list_markets to find it. | |
| period | No | Time period: 7d (hourly data), 30d (daily), 90d (daily), 1y (weekly). Default 30d. | 30d |
| interval | No | Override auto-selected interval. Auto: 7d→HOUR, 30d→DAY, 90d→DAY, 1y→WEEK. |