GET
/
apy_state
/
{token_mint}
get_apy_state
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
    }
  ]
}

Path Parameters

token_mint
string
required

The token mint address (Solana public key)

Example:

"EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v"

Response

200
application/json

APY state information

APY state information for different time periods