> ## Documentation Index
> Fetch the complete documentation index at: https://docs.meteora.ag/llms.txt
> Use this file to discover all available pages before exploring further.

# Overview

> <Tip>**All DAMM V2 APIs have a rate limit of 10 requests per second (10 RPS).** Explore the full spec at the [Swagger UI](https://damm-v2.datapi.meteora.ag/swagger-ui/).</Tip>

## Pools

<CardGroup>
  <Card title="Pools" icon="file-code" iconType="solid" href="/api-reference/damm-v2/pools/pools">
    Returns a paginated list of pools using `GET` `/pools`
  </Card>

  <Card title="Groups" icon="file-code" iconType="solid" href="/api-reference/damm-v2/pools/groups">
    Returns a paginated list of pool groups using `GET` `/pools/groups`
  </Card>

  <Card title="Group" icon="file-code" iconType="solid" href="/api-reference/damm-v2/pools/group">
    Returns pools that belong to a specific pool group using `GET` `/pools/groups/{lexical_order_mints}`
  </Card>

  <Card title="Pool" icon="file-code" iconType="solid" href="/api-reference/damm-v2/pools/pool">
    Returns metadata and current state for a single pool using `GET` `/pools/{address}`
  </Card>

  <Card title="OHLCV" icon="file-code" iconType="solid" href="/api-reference/damm-v2/pools/ohlcv">
    Returns OHLCV candles for a single pool over a time range using `GET` `/pools/{address}/ohlcv`
  </Card>

  <Card title="Historical Volume" icon="file-code" iconType="solid" href="/api-reference/damm-v2/pools/historical-volume">
    Returns historical volume for a pool aggregated into time buckets using `GET` `/pools/{address}/volume/history`
  </Card>
</CardGroup>

## Stats

<CardGroup>
  <Card title="Protocol Overview" icon="file-code" iconType="solid" href="/api-reference/damm-v2/stats/protocol-overview">
    Returns aggregated protocol-level metrics across all pools using `GET` `/stats/protocol_metrics`
  </Card>
</CardGroup>
