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

Query Parameters

include_unknown
boolean | null

Include pool with unverified token. Default true.

Response

200 - application/json
address
string
required

Address of the liquidity pair

apr
number
required

24 hour APR

apy
number
required

24 hour APY

base_fee_percentage
string
required

Base fee rate

bin_step
integer
required

Bin step

Required range: x >= 0
cumulative_fee_volume
string
required

Cumulative fee volume

cumulative_trade_volume
string
required

Cumulative trading volume

current_price
number
required

Price of the liquidity pair

farm_apr
number
required

Farm reward apr

farm_apy
number
required

Farm reward apy

fee_tvl_ratio
object
required

Fee TVL ratio in percentage in different timeframes

fees
object
required

Fee data in different timeframes

fees_24h
number
required

Trading fees earned in the last 24 hours

hide
boolean
required

Flag to indicate whether the pair should be shown in the UI

is_blacklisted
boolean
required

Flag to indicate whether the pair is blacklisted

is_verified
boolean
required

Whether pool is verified

liquidity
string
required

Total liquidity the liquidity pair holding. Also known as Total Value Locked

max_fee_percentage
string
required

Maximum fee rate

mint_x
string
required

Address of token X mint of the liquidity pair

mint_y
string
required

Address of token Y mint of the liquidity pair

name
string
required

Name of the liquidity pair

protocol_fee_percentage
string
required

Protocol fee rate. A cut from trade fee.

reserve_x
string
required

Address of token X reserve of the liquidity pair

reserve_x_amount
integer
required

Token X amount the liquidity pair hold

Required range: x >= 0
reserve_y
string
required

Address of token Y reserve of the liquidity pair

reserve_y_amount
integer
required

Token Y amount the liquidity pair hold

Required range: x >= 0
reward_mint_x
string
required

Address of the farming reward X of the liquidity pair

reward_mint_y
string
required

Address of the farming reward Y of the liquidity pair

tags
string[]
required

Tags of the pair

today_fees
number
required

Trading fees earned since the beginning of the day

trade_volume_24h
number
required

Trading volume in the last 24 hours

volume
object
required

Volume data in different timeframes

launchpad
string | null

Launchpad of the pair