GET
/
pools
/
search
filter_and_get_pool_info
curl --request GET \
  --url https://damm-api.meteora.ag/pools/search
{
  "data": {
    "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>"
  },
  "page": 1,
  "total_count": 1
}

Query Parameters

page
integer
required
Required range: x >= 0
size
integer
required
Required range: x >= 0
filter
string | null
sort_key
enum<string>

Sort key. Default is Volume.

Available options:
tvl,
volume,
fee_tvl_ratio,
l_m
order_by
enum<string>

Sort order. Default is Descending.

Available options:
asc,
desc
pools_to_top
string[]

Pools to be sorted to top

unknown
boolean | null

Common options to filter pools 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

include_token_mints
string[] | null

Only include token mints. Allow list of token mints

include_pool_token_pairs
string[] | null

Only include pool token pairs. Allow list of pool token mints in format EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v-So11111111111111111111111111111111111111112

launchpad
string[] | null

Launchpad to filter by

Response

200 - application/json

The response is of type object.