cURL
curl --request GET \ --url https://merv2-api.meteora.ag/apy_state/{token_mint}
{ "closest_apy": [ { "strategy_name": "Solend USDC Main Pool", "strategy": "9WzDXwBbmkg8ZTbNMqUxvQRAyrZzDsGYdLVL9zYtAWWM", "apy": 5 } ], "average_apy": [ { "strategy_name": "Solend USDC Main Pool", "strategy": "9WzDXwBbmkg8ZTbNMqUxvQRAyrZzDsGYdLVL9zYtAWWM", "apy": 5 } ], "long_apy": [ { "strategy_name": "Solend USDC Main Pool", "strategy": "9WzDXwBbmkg8ZTbNMqUxvQRAyrZzDsGYdLVL9zYtAWWM", "apy": 5 } ] }
Returns APY (Annual Percentage Yield) information for strategies associated with a specific token mint
The token mint address (Solana public key)
^[1-9A-HJ-NP-Za-km-z]{32,44}$
"EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v"
APY state information
APY state information for different time periods
Most recent APY calculations for each strategy
Show child attributes
Moving average APY calculations for each strategy
Long-term APY calculations for each strategy
Was this page helpful?