# DEX Trending Pools

> DEX Trending Pools is a paid API for AI agents from the-stall.intuitek.ai, paid per call via x402, $0.015/call, status unknown (last checked 2026-09-14).

Returns currently trending liquidity pools across decentralized exchanges, ranked by activity or volume momentum.

## Facts

- Endpoint: GET https://the-stall.intuitek.ai/cap/dex-trending-pools
- Price: $0.015/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/dex-trending-pools-804f5319
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_ERRIVh2kBY7UpFprbtBUP

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability dex-trending-pools-804f5319
```

Example prompt: What are the trending liquidity pools on DEXes right now? I want to see which pools are gaining momentum so I can spot DeFi trading opportunities.

## When to prefer this

Use this endpoint when you need a real-time, pay-per-call snapshot of trending DEX pools without managing API keys or accounts. Ideal for DeFi dashboards, trading bots, or research agents that need on-demand pool momentum data and can pay micro-USDC via x402 on Base mainnet.

## Known failure modes

- Payment not received — 402 response until USDC payment on Base mainnet is confirmed
- Upstream data source unavailable — may return 503 or empty pool list
- Invalid filter properties — malformed input may return 400 or ignored parameters
- No trending pools detected — could return empty array if data feed is stale

## How this service works

Trending DEX liquidity pools with buy/sell pressure data across multiple timeframes (5m, 1h, 6h, 24h). Sourced from GeckoTerminal (free, no key). Supports 100+ networks: eth, base, bsc, arbitrum, polygon_pos, solana, etc. Returns pool name, price, price change %, volume, buy vs sell transaction counts, and a buy_pressure_24h_pct metric (% of transactions that are buys — above 50% = net accumulation, below 50% = net distribution). Useful for spotting early momentum, identifying which on-chain to

## Output

A ranked list of currently trending DEX liquidity pools, likely including pool identifiers, token pair symbols, associated DEX platform, volume figures, price movement, liquidity depth, and a trend or momentum score.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "properties": {
   "type": "string"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/dex-trending-pools-804f5319/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from the-stall.intuitek.ai](https://www.zero.xyz/host/the-stall.intuitek.ai/llms.txt)
