pendle_list_expiring_markets
Scan Pendle chains for markets approaching maturity, grouped by urgency to plan rollovers, redemptions, or convergence trades.
Instructions
Scan Pendle chains for markets approaching maturity.
Groups results by urgency:
CRITICAL (≤7d): Immediate action required — redeem or rollover
WARNING (≤14d): Plan rollover within days
ALERT (≤threshold): Monitor and prepare
This is the Pendle equivalent of spectra_list_expiring_pools. Useful for:
Portfolio managers who need to plan rollovers
Curators monitoring MetaVault positions that include Pendle PTs
Traders looking for near-maturity convergence plays
Use pendle_get_market_details for full market info on an expiring market. Use mv_plan_rollover to plan rollovers for MetaVault positions. Use pendle_get_yield_curve to find replacement maturities.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| threshold_days | No | Show markets expiring within this many days (default 21) | |
| chain | No | Limit to a specific chain. Omit to scan all Pendle chains. | |
| min_tvl_usd | No | Minimum TVL to include (default 0 — show all) | |
| compact | No | One-line-per-market output |