pendle_get_market_details
Access full details of a Pendle market by address, including APYs, TVL, liquidity, maturity, and external Merkl campaigns, to enable yield comparison and vault health assessment.
Instructions
Get detailed information about a specific Pendle market by address.
Returns: market name, PT/YT/SY/underlying addresses, implied APY (fixed rate), LP APY breakdown (swap fees + PENDLE incentives + boost), underlying variable APY, TVL, pool liquidity, 24h volume, pool reserves, maturity, and external Merkl campaigns.
This is the Pendle equivalent of spectra_get_pt_details. Use it to drill into a specific Pendle market after finding it via pendle_list_markets, mv_compare_yield, or mv_scan_curator_opportunities.
Use mv_check_ibt_health(ibt_address=SY_ADDRESS) to assess the underlying vault's health. Use mv_compare_yield to compare this market with Spectra equivalents.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| chain | Yes | The blockchain network where the Pendle market is deployed. | |
| market_address | Yes | The Pendle market/pool contract address. |