Yields
Pendle Market Interest Rates
Track implied yields and interest rates across Pendle markets
The ethereum.yields.pendle_market_interest_rates
table provides detailed interest rate information for Pendle markets.
Interest Rate Tracking
The table captures key yield metrics:
implied_apy
: Annualized percentage yield implied by current market prices- Market-specific rates for different yield tokens
- Historical rate tracking with full blockchain context
Market Components
Each interest rate entry includes information about the market’s token components:
-
Standardized Yield Tokens (SY)
standardized_yield_token
: Contract addresssy_name
: Human-readable name
-
Yield Tokens (YT)
yield_token
: Contract addressyt_name
: Token name
-
Principal Tokens (PT)
principal_token
: Contract addresspt_name
: Token name
Sample Query
Fetch market interest rates for market by contract address.
Table Columns
Column Name | Description |
---|---|
market | Address of the Pendle market (liquidity pool) |
market_name | Human-readable market name |
implied_apy | Annualized percentage yield implied by market prices |
block_timestamp | Block timestamp |
block_number | Block number |
block_hash | Block hash |
transaction_hash | Transaction hash |
transaction_index | Transaction index in block |
log_index | Log index in transaction |
standardized_yield_token | Address of standardized yield token (SY) |
sy_name | Name of standardized yield token |
yield_token | Address of yield token (YT) |
yt_name | Name of yield token |
principal_token | Address of principal token (PT) |
pt_name | Name of principal token |
unique_id | Unique identifier for rate record |
_created_at | Record creation timestamp |
_updated_at | Last update timestamp |
_changed_since_full_refresh | Change tracking flag |