> ## 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 V1 APIs have rate limit of 10 Requests per second or 10 RPS.**</Tip>

<CardGroup>
  <Card title="get_alpha_vaults" icon="file-code" iconType="solid" href="/api-reference/alpha-vault/get_alpha_vaults">
    Request for Meteora's DAMM v1 Alpha Vault using `GET` `/alpha-vault`
  </Card>

  <Card title="get_alpha_vault_configs" icon="file-code" iconType="solid" href="/api-reference/alpha-vault/get_alpha_vault_configs">
    Request for Meteora's DAMM v1 Alpha Vault configs using `GET` `/alpha-vault-configs`
  </Card>

  <Card title="grouped_pools" icon="file-code" iconType="solid" href="/api-reference/pools/get_pools_with_farm">
    Request for Meteora's DAMM v1 Pools with farm using `GET` `/farm`
  </Card>

  <Card title="get_all_pool_configs" icon="file-code" iconType="solid" href="/api-reference/pools/get_all_pool_configs">
    Request for Meteora's DAMM v1 Pools configs using `GET` `/pool-configs`
  </Card>

  <Card title="get_pools" icon="file-code" iconType="solid" href="/api-reference/pools/get_pools">
    Request for Meteora's DAMM v1 Pools using `GET` `/pools`
  </Card>

  <Card title="get_pools_metrics" icon="file-code" iconType="solid" href="/api-reference/pools/get_pools_metrics">
    Request for Meteora's DAMM v1 Pools metrics using `GET` `/pools-metrics`
  </Card>

  <Card title="filter_and_get_pool_info" icon="file-code" iconType="solid" href="/api-reference/pools/filter_and_get_pool_info">
    Request for Meteora's DAMM v1 Pools metrics by search filter using `GET` `/pools/search`
  </Card>

  <Card title="get_pools_by_a_vault_lp" icon="file-code" iconType="solid" href="/api-reference/pools/get_pools_by_a_vault_lp">
    Request for Meteora's DAMM v1 Pools by tokenA vault lp using `POST` `/get_pools_by_a_vault_lp`
  </Card>

  <Card title="get_fee_configs" icon="file-code" iconType="solid" href="/api-reference/fee-configs/get_fee_configs">
    Request for Meteora's DAMM v1 Pools fee configs using `GET` `/fee-config/{config_address}`
  </Card>
</CardGroup>
