GET
/
pools-metrics
get_pools_metrics
curl --request GET \
  --url https://damm-api.meteora.ag/pools-metrics
{
  "daily_fee": 123,
  "daily_volume": 123,
  "total_fee": 123,
  "total_volume": 123,
  "tvl": 123,
  "dynamic_amm": {
    "daily_fee": 123,
    "daily_volume": 123,
    "total_fee": 123,
    "total_volume": 123,
    "tvl": 123
  },
  "farms": {
    "daily_fee": 123,
    "daily_volume": 123,
    "total_fee": 123,
    "total_volume": 123,
    "tvl": 123
  },
  "lst": {
    "daily_fee": 123,
    "daily_volume": 123,
    "total_fee": 123,
    "total_volume": 123,
    "tvl": 123
  },
  "multitokens": {
    "daily_fee": 123,
    "daily_volume": 123,
    "total_fee": 123,
    "total_volume": 123,
    "tvl": 123
  }
}

Response

200 - application/json

The response is of type object.