GET
/
pools
/
{address}
/
metrics
get_pool_metrics
curl --request GET \
  --url https://dammv2-api.meteora.ag/pools/{address}/metrics
{
  "data": {
    "apr": 123,
    "fee_tvl_ratio": 123,
    "lp_fee24h": 123,
    "lp_fee30d": 123,
    "lp_fee7d": 123,
    "partner_fee24h": 123,
    "partner_fee30d": 123,
    "partner_fee7d": 123,
    "pool_address": "<string>",
    "protocol_fee24h": 123,
    "protocol_fee30d": 123,
    "protocol_fee7d": 123,
    "referral_fee24h": 123,
    "referral_fee30d": 123,
    "referral_fee7d": 123,
    "tvl": 123,
    "updated_at": 123,
    "volume24h": 123,
    "volume30d": 123,
    "volume7d": 123
  },
  "error": {
    "message": "<string>",
    "type": "<string>"
  },
  "status": 123
}

Path Parameters

address
string
required

Query Parameters

case_sensitive
boolean | null

Case sensitive search. If true, this will search for the exact address. Default is true.

Response

200
application/json

The response is of type object.