Pendle Finance Yield Tracker — PT/YT APY & Markets avatar

Pendle Finance Yield Tracker — PT/YT APY & Markets

Pricing

Pay per usage

Go to Apify Store
Pendle Finance Yield Tracker — PT/YT APY & Markets

Pendle Finance Yield Tracker — PT/YT APY & Markets

Scan Pendle Finance yield markets across Ethereum, Arbitrum, BSC, and Base. Track implied APY, PT/YT prices, liquidity, and time-to-expiry for yield tokenization strategies. No API key required.

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

4 days ago

Last modified

Share

Pendle Finance Yield Tracker

Monitor all active Pendle Finance yield markets across Ethereum, Arbitrum, BSC, and Base. Track implied APY, PT price, liquidity, and time-to-expiry for yield tokenization strategies.

What This Actor Does

Fetches all active Pendle Finance markets and returns structured yield data including implied APY, PT/YT token prices, liquidity depth, and days until expiry — across all supported chains.

Use Cases

  • Yield farmers: Find the highest implied APY markets on Pendle
  • Fixed-rate seekers: Buy PT tokens to lock in a fixed yield before expiry
  • Yield speculators: Track YT tokens to speculate on future yield rates
  • DeFi researchers: Monitor total Pendle liquidity and market conditions
  • Portfolio managers: Filter by chain, category, or expiry horizon

Input Parameters

ParameterTypeDefaultDescription
chainsstring[][] (all)Filter: ethereum, arbitrum, bsc, base
categoriesstring[][] (all)Filter by category: eth, btc, stablecoins, lsd, lido, blue-chips
sortBystringimplied_apy_pctSort by: implied_apy_pct, liquidity_usd, days_to_expiry, aggregated_apy_pct
minLiquidityUsdnumber100000Minimum liquidity in USD
minImpliedApyPctnumber0Minimum implied APY percentage
includeExpiredbooleanfalseInclude expired markets
maxResultsinteger50Max markets to return (max 500)

Output Format

{
"_type": "market",
"rank": 1,
"chain": "ethereum",
"name": "wstETH",
"market_address": "0x34280882267ffa6383b363e278b027be083bbe3b",
"expiry": "2027-12-30T00:00:00.000Z",
"days_to_expiry": 481,
"expiry_label": "long_term",
"implied_apy_pct": 3.24,
"apy_tier": "low",
"yield_min_pct": 2.99,
"yield_max_pct": 7.24,
"aggregated_apy_pct": 2.51,
"pendle_reward_apy_pct": 0.28,
"max_boosted_apy_pct": 2.93,
"liquidity_usd": 4796479.24,
"fee_rate_pct": 0.05,
"pt_price_usd": 0.964832,
"is_new": false,
"is_prime": true,
"categories": ["eth", "blue-chips", "lido"],
"market_url": "https://app.pendle.finance/trade/markets/0x34280882..."
}

A _type: "summary" row is returned first with portfolio-level stats.

APY Tiers

TierImplied APY Range
exceptional≥ 50%
high20–50%
moderate8–20%
low2–8%
very_low< 2%

Expiry Labels

LabelDays to Expiry
near_term≤ 30 days
short_term31–90 days
medium_term91–365 days
long_term> 365 days

Pricing

  • Base fee (per run): $0.003
  • Per market returned: $0.002

Data Source

Pendle Finance API — official data. No API key required.