Skip to main content
GET
/
pools
/
{address}
Pool
curl --request GET \
  --url https://damm-v2.datapi.meteora.ag/pools/{address}
{
  "address": "<string>",
  "alpha_vault": "<string>",
  "created_at": 1,
  "current_price": 123,
  "farm_apr": 123,
  "farm_apy": 123,
  "fee_tvl_ratio": {
    "12h": 123,
    "1h": 123,
    "24h": 123,
    "2h": 123,
    "30m": 123,
    "4h": 123
  },
  "fees": {
    "12h": 123,
    "1h": 123,
    "24h": 123,
    "2h": 123,
    "30m": 123,
    "4h": 123
  },
  "has_farm": true,
  "is_blacklisted": true,
  "name": "<string>",
  "permanent_lock_liquidity": 123,
  "pool_config": {
    "activation_point": 1,
    "activation_type": 1,
    "base_fee_mode": 1,
    "base_fee_pct": 123,
    "collect_fee_mode": 1,
    "concentrated_liquidity": true,
    "dynamic_fee_initialized": true,
    "max_price": 123,
    "min_price": 123,
    "partner_fee_pct": 1,
    "pool_type": 1,
    "protocol_fee_pct": 1,
    "referral_fee_pct": 1
  },
  "protocol_fees": {
    "12h": 123,
    "1h": 123,
    "24h": 123,
    "2h": 123,
    "30m": 123,
    "4h": 123
  },
  "tags": [
    "<string>"
  ],
  "token_x": {
    "address": "<string>",
    "decimals": 1,
    "freeze_authority_disabled": true,
    "holders": 123,
    "is_verified": true,
    "market_cap": 123,
    "name": "<string>",
    "price": 123,
    "symbol": "<string>",
    "total_supply": 123
  },
  "token_x_amount": 123,
  "token_y": {
    "address": "<string>",
    "decimals": 1,
    "freeze_authority_disabled": true,
    "holders": 123,
    "is_verified": true,
    "market_cap": 123,
    "name": "<string>",
    "price": 123,
    "symbol": "<string>",
    "total_supply": 123
  },
  "token_y_amount": 123,
  "tvl": 123,
  "vault_x": "<string>",
  "vault_y": "<string>",
  "vested_liquidity": {
    "months_3": 123,
    "months_6": 123
  },
  "volume": {
    "12h": 123,
    "1h": 123,
    "24h": 123,
    "2h": 123,
    "30m": 123,
    "4h": 123
  },
  "launchpad": "<string>"
}

Path Parameters

address
string
required

Base58-encoded pool address

Response

address
string
required

Address of the liquidity pair

alpha_vault
string
required

Aplha vault

created_at
integer<int64>
required

Pool created at timestamp

Required range: x >= 0
current_price
number<double>
required

Price of the liquidity pair

farm_apr
number<double>
required

Farm reward apr

farm_apy
number<double>
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

has_farm
boolean
required

Whether the pool has a farm or not

is_blacklisted
boolean
required

Flag to indicate whether the pair is blacklisted

name
string
required

Name of the liquidity pair

permanent_lock_liquidity
number<double>
required

Permanently locked liquidity inside the pool

pool_config
object
required

Pool config

protocol_fees
object
required

Protocol fee data in different timeframes

tags
string[]
required

Tags of the pair

token_x
object
required

Token X of the liquidity pair

token_x_amount
number<double>
required

Amount of token X in the pool

token_y
object
required

Token Y of the liquidity pair

token_y_amount
number<double>
required

Amount of token Y in the pool

tvl
number<double>
required

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

vault_x
string
required

Vault X

vault_y
string
required

Vault Y

vested_liquidity
object
required

Vested liquidity

volume
object
required

Volume data in different timeframes

launchpad
string | null

Launchpad of the pair