GET
/
pair
/
all_with_pagination
all_with_pagination
curl --request GET \
  --url https://dlmm-api.meteora.ag/pair/all_with_pagination
{
  "pairs": [
    {
      "address": "<string>",
      "apr": 123,
      "apy": 123,
      "base_fee_percentage": "<string>",
      "bin_step": 1,
      "cumulative_fee_volume": "<string>",
      "cumulative_trade_volume": "<string>",
      "current_price": 123,
      "farm_apr": 123,
      "farm_apy": 123,
      "fee_tvl_ratio": {
        "hour_1": 123,
        "hour_12": 123,
        "hour_2": 123,
        "hour_24": 123,
        "hour_4": 123,
        "min_30": 123
      },
      "fees": {
        "hour_1": 123,
        "hour_12": 123,
        "hour_2": 123,
        "hour_24": 123,
        "hour_4": 123,
        "min_30": 123
      },
      "fees_24h": 123,
      "hide": true,
      "is_blacklisted": true,
      "is_verified": true,
      "launchpad": "<string>",
      "liquidity": "<string>",
      "max_fee_percentage": "<string>",
      "mint_x": "<string>",
      "mint_y": "<string>",
      "name": "<string>",
      "protocol_fee_percentage": "<string>",
      "reserve_x": "<string>",
      "reserve_x_amount": 1,
      "reserve_y": "<string>",
      "reserve_y_amount": 1,
      "reward_mint_x": "<string>",
      "reward_mint_y": "<string>",
      "tags": [
        "<string>"
      ],
      "today_fees": 123,
      "trade_volume_24h": 123,
      "volume": {
        "hour_1": 123,
        "hour_12": 123,
        "hour_2": 123,
        "hour_24": 123,
        "hour_4": 123,
        "min_30": 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.