Pendle Finance Yield Tracker — PT/YT APY & Markets
Pricing
Pay per usage
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
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
4 days ago
Last modified
Categories
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
| Parameter | Type | Default | Description |
|---|---|---|---|
chains | string[] | [] (all) | Filter: ethereum, arbitrum, bsc, base |
categories | string[] | [] (all) | Filter by category: eth, btc, stablecoins, lsd, lido, blue-chips |
sortBy | string | implied_apy_pct | Sort by: implied_apy_pct, liquidity_usd, days_to_expiry, aggregated_apy_pct |
minLiquidityUsd | number | 100000 | Minimum liquidity in USD |
minImpliedApyPct | number | 0 | Minimum implied APY percentage |
includeExpired | boolean | false | Include expired markets |
maxResults | integer | 50 | Max 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
| Tier | Implied APY Range |
|---|---|
| exceptional | ≥ 50% |
| high | 20–50% |
| moderate | 8–20% |
| low | 2–8% |
| very_low | < 2% |
Expiry Labels
| Label | Days to Expiry |
|---|---|
| near_term | ≤ 30 days |
| short_term | 31–90 days |
| medium_term | 91–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.