Pendle Finance Market Tracker — PT APY, YT Yield, TVL avatar

Pendle Finance Market Tracker — PT APY, YT Yield, TVL

Pricing

Pay per usage

Go to Apify Store
Pendle Finance Market Tracker — PT APY, YT Yield, TVL

Pendle Finance Market Tracker — PT APY, YT Yield, TVL

Tracks all active Pendle yield markets: implied APY, PT discount, YT floating yield, TVL, and 24h volume. Multi-chain (ETH, Arbitrum, Base, BNB). No API key. $0.005/run.

Pricing

Pay per usage

Rating

0.0

(0)

Developer

Hojun Lee

Hojun Lee

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

3 days ago

Last modified

Categories

Share

Pendle Yield Market Tracker

Track all active Pendle Finance yield markets across Ethereum, Arbitrum, Base, and BNB Chain. Monitor implied APY, Principal Token (PT) discounts, Yield Token (YT) floating yields, TVL, and 24-hour trading volume. No API key required.

What This Actor Does

Fetches live market data from Pendle's official API for all active yield-trading pools. Returns structured data for each market including yield metrics, liquidity, and expiry details — essential for yield traders and DeFi researchers.

Use Cases

  • Yield traders: Find highest implied APY markets before expiry
  • PT buyers: Identify discounted principal tokens for fixed-rate strategies
  • YT speculators: Monitor floating yield rate changes across protocols
  • DeFi analysts: Track total protocol TVL and volume trends

Input Parameters

ParameterTypeDefaultDescription
chainsarray["ethereum","arbitrum","base","bnb"]Chains to query
minTvlUsdnumber100000Minimum pool TVL in USD
includeExpiredbooleanfalseInclude expired markets
sortBystringtvlUsdSort by: tvlUsd, impliedApy, volume24hUsd, underlyingApy
maxResultsinteger50Max markets to return

Output Format

{
"_type": "pendle_market",
"chain": "ethereum",
"address": "0x...",
"name": "PT-sUSDx-3DEC2026",
"symbol": "PENDLE-LPT",
"expiry": "2026-12-03T00:00:00.000Z",
"implied_apy_pct": 18.2,
"underlying_apy_pct": 21.1,
"pt_symbol": "PT-sUSDx-3DEC2026",
"yt_symbol": "YT-sUSDx-3DEC2026",
"tvl_usd": 2310190.02,
"volume_24h_usd": 790926.57,
"market_url": "https://app.pendle.finance/trade/markets/1/0x..."
}

Pricing

$0.005 per run (flat fee).

Data Source

Pendle Finance API — official endpoint, no authentication required.