GET
/
pair
/
all_by_groups_metadata
all_by_groups_metadata
curl --request GET \
  --url https://dlmm-api.meteora.ag/pair/all_by_groups_metadata
{
  "metadatas": [
    {
      "custom_fee_tvl_ratio": {
        "max_fee_tvl_ratio_hour_1": 123,
        "max_fee_tvl_ratio_hour_12": 123,
        "max_fee_tvl_ratio_hour_2": 123,
        "max_fee_tvl_ratio_hour_4": 123,
        "max_fee_tvl_ratio_min_30": 123,
        "min_fee_tvl_ratio_hour_1": 123,
        "min_fee_tvl_ratio_hour_12": 123,
        "min_fee_tvl_ratio_hour_2": 123,
        "min_fee_tvl_ratio_hour_4": 123,
        "min_fee_tvl_ratio_min_30": 123
      },
      "custom_volume": {
        "total_trade_volume_hour_1": 123,
        "total_trade_volume_hour_12": 123,
        "total_trade_volume_hour_2": 123,
        "total_trade_volume_hour_4": 123,
        "total_trade_volume_min_30": 123
      },
      "lexical_order_mints": "<string>",
      "max_fee_tvl_ratio": 123,
      "max_lm_apr": 123,
      "min_fee_tvl_ratio": 123,
      "min_lm_apr": 123,
      "name": "<string>",
      "total_trade_volume": 123,
      "total_tvl": 123
    }
  ],
  "total": 1
}

Query Parameters

page
integer | null

Default is 0

Required range: x >= 0
limit
integer | null

Default is 50

Required range: x >= 0
skip_size
integer | null

Default is 0

Required range: x >= 0
pools_to_top
string[]

Pools to be sorted to top

sort_key
enum<string> | null

Sort key. Default is Volume.

Available options:
tvl,
volume,
feetvlratio,
lm,
feetvlratio30m,
feetvlratio1h,
feetvlratio2h,
feetvlratio4h,
feetvlratio12h,
volume30m,
volume1h,
volume2h,
volume4h,
volume12h
order_by
enum<string> | null

Sort order. Default is Descending.

Available options:
asc,
desc
search_term
string | null

Search term.

include_unknown
boolean | null

Include pool with unverified token. Default true.

hide_low_tvl
number | null

Toggle pools with lower TVL than the value passed in

hide_low_apr
boolean | null

Toggle 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

tags
string[] | null

Tags to filter by

launchpad
string[] | null

Launchpad to filter by

Response

200 - application/json

The response is of type object.