GET
/
pools
get_pools
curl --request GET \
  --url https://damm-api.meteora.ag/pools
[
  {
    "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>"
  }
]

Query Parameters

address
string[]
unknown
boolean | null

Toggle unknown pools

pool_type
enum<string>

Filter only specific pool type

Available options:
dynamic,
multitoken,
lst,
farms
is_monitoring
boolean | null

Toggle pools that is under monitoring

hide_low_tvl
number | null

Hide pools with lower TVL than the value passed in

hide_low_apr
boolean | null

Hide pools with low APR

launchpad
string[] | null

Launchpad to filter by

Response

200 - application/json

The response is of type object[].