GET
/
farms
get_pools_with_farm
curl --request GET \
  --url https://damm-api.meteora.ag/farms
[
  {
    "fee_volume": 123,
    "trading_volume": 123,
    "accumulated_fee_volume": 123,
    "accumulated_trading_volume": 123,
    "accumulated_yield_volume": 123,
    "yield_volume": "<string>",
    "created_at": 123,
    "daily_base_apy": "<string>",
    "farm_expire": true,
    "farm_new": true,
    "farm_order": 123,
    "farm_reward_duration_end": 1,
    "farm_tvl": "<string>",
    "farming_apy": "<string>",
    "farming_pool": "<string>",
    "is_forex": true,
    "is_lst": true,
    "is_monitoring": true,
    "lp_decimal": 123,
    "lp_mint": "<string>",
    "permissioned": true,
    "pool_address": "<string>",
    "pool_lp_price_in_usd": "<string>",
    "pool_name": "<string>",
    "pool_order": 123,
    "pool_token_amounts": [
      "<string>"
    ],
    "pool_token_mints": [
      "<string>"
    ],
    "pool_token_usd_amounts": [
      "<string>"
    ],
    "pool_tvl": "<string>",
    "pool_version": 123,
    "total_fee_pct": "<string>",
    "trade_apy": "<string>",
    "unknown": true,
    "weekly_base_apy": "<string>",
    "weekly_trade_apy": "<string>"
  }
]

Response

200 - application/json

The response is of type object[].