Skip to main content
GET
/
apy_filter
/
{token_mint}
/
{start_timestamp}
/
{end_timestamp}
get_apy_by_time_range
curl --request GET \
  --url https://merv2-api.meteora.ag/apy_filter/{token_mint}/{start_timestamp}/{end_timestamp}
{
  "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
    }
  ]
}

Path Parameters

token_mint
string
required
Example:
start_timestamp
string
required
Example:
end_timestamp
string
required
Example:

Response

closest_apy
object[]
required
average_apy
object[]
required
long_apy
object[]
required