Skip to main content
GET
/
pools
list_pools
curl --request GET \
  --url https://dammv2-api.meteora.ag/pools
{
  "current_page": 123,
  "data": [
    {
      "alpha_vault": "<string>",
      "apr": 123,
      "base_fee": 123,
      "collect_fee_mode": 123,
      "created_at_slot": 123,
      "created_at_slot_timestamp": 123,
      "creator": "<string>",
      "dynamic_fee": 123,
      "farm_active": true,
      "fee24h": 123,
      "fee_scheduler_mode": 123,
      "fee_tvl_ratio": 123,
      "has_farm": true,
      "launchpad": "<string>",
      "liquidity": "<string>",
      "max_price": "<string>",
      "min_price": "<string>",
      "permanent_lock_liquidity": "<string>",
      "pool_address": "<string>",
      "pool_name": "<string>",
      "pool_price": 123,
      "pool_type": 123,
      "sqrt_max_price": "<string>",
      "sqrt_min_price": "<string>",
      "sqrt_price": 123,
      "token_a_amount": 123,
      "token_a_amount_usd": 123,
      "token_a_mint": "<string>",
      "token_a_symbol": "<string>",
      "token_a_vault": "<string>",
      "token_b_amount": 123,
      "token_b_amount_usd": 123,
      "token_b_mint": "<string>",
      "token_b_symbol": "<string>",
      "token_b_vault": "<string>",
      "tokens_verified": true,
      "tvl": 123,
      "updated_at": 123,
      "virtual_price": 123,
      "volume24h": 123
    }
  ],
  "pages": 123,
  "status": 123,
  "total": 123
}

Query Parameters

pool_address
string | null
token_a_symbol
string | null
token_b_symbol
string | null
pool_name
string | null
creator
string | null
token_a_mint
string | null
token_b_mint
string | null
launchpad
string[] | null
farm_state
enum<string>
Available options:
none,
available,
active
case_sensitive
boolean | null
any
boolean | null
tokens_verified
boolean | null
order_by
string | null
order
enum<string>
Available options:
asc,
desc
limit
integer | null
Required range: x >= 0
offset
integer | null
Required range: x >= 0

Response

current_page
integer
data
object[]
pages
integer
status
integer
total
integer