get_apy_by_time_range
APY
get_apy_by_time_range
Returns APY information for a specific token mint within a given time range
GET
get_apy_by_time_range
Documentation Index
Fetch the complete documentation index at: https://docs.meteora.ag/llms.txt
Use this file to discover all available pages before exploring further.
Path Parameters
The token mint address (Solana public key)
Pattern:
^[1-9A-HJ-NP-Za-km-z]{32,44}$Example:
"EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v"
Start timestamp (Unix timestamp in seconds)
Pattern:
^[0-9]+$Example:
"1640995200"
End timestamp (Unix timestamp in seconds). Must be greater than start_timestamp
Pattern:
^[0-9]+$Example:
"1641081600"
Response
Filtered APY state information

