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

# Onchain New & Trending Pools

> Newly created and trending DEX liquidity pools, across all networks or a single network.

export const OverviewFooter = ({api = "pro"}) => {
  const isDemo = api === "demo";
  return <CardGroup cols={2}>
      <Card title="Full endpoint list" icon="map" href={isDemo ? "/demo/reference/endpoint-overview" : "/reference/endpoint-overview"} horizontal arrow="true">
        Browse every endpoint available in the {isDemo ? "Demo" : "Pro"} API.
      </Card>
      <Card title="Build with AI" icon="robot" href="/ai-integration" horizontal arrow="true">
        Connect AI agents and coding assistants via MCP, SKILL, CLI, and more.
      </Card>
    </CardGroup>;
};

| Endpoint                                                                                | Description                               |
| --------------------------------------------------------------------------------------- | ----------------------------------------- |
| [/onchain/networks/new\_pools](/reference/latest-pools-list)                            | Latest pools across all networks          |
| [/onchain/networks/\{network}/new\_pools](/reference/latest-pools-network)              | Latest pools by network                   |
| [/onchain/networks/trending\_pools](/reference/trending-pools-list)                     | Trending pools across all networks        |
| [/onchain/networks/\{network}<br />/trending\_pools](/reference/trending-pools-network) | Trending pools by network                 |
| 💼 [/onchain/pools/trending\_search](/reference/trending-search-pools)                  | Trending search pools across all networks |

<br />

<OverviewFooter />
