Skip to main content
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
Required range: x >= 0
limit
integer | null
Required range: x >= 0
skip_size
integer | null
Required range: x >= 0
pools_to_top
string[]
sort_key
enum<string> | null
Available options:
tvl,
volume,
feetvlratio,
lm,
feetvlratio30m,
feetvlratio1h,
feetvlratio2h,
feetvlratio4h,
feetvlratio12h,
volume30m,
volume1h,
volume2h,
volume4h,
volume12h
order_by
enum<string> | null
Available options:
asc,
desc
search_term
string | null
include_unknown
boolean | null
hide_low_tvl
number | null
hide_low_apr
boolean | null
include_token_mints
string[] | null
include_pool_token_pairs
string[] | null
tags
string[] | null
launchpad
string[] | null

Response

200 - application/json
metadatas
object[]
required
total
integer
required
Required range: x >= 0