# DeFi Intel Agent Gateway – Multi-Liquidity Depth

> DeFi Intel Agent Gateway – Multi-Liquidity Depth is a paid API for AI agents from defi-intel-agent-gateway.gg-neo15.workers.dev, paid per call via x402, $0.0025/call, status unknown (last checked 2026-09-15).

Aggregates liquidity depth for a token across Base DEXs (Aerodrome, Uniswap), returning top pools, TVL, and current price in compact JSON.

## Facts

- Endpoint: POST https://defi-intel-agent-gateway.gg-neo15.workers.dev/v1/dex/multi-liquidity-depth
- Price: $0.0025/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/defi-intel-agent-gateway-multi-liquidity-depth-aebf333e
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_NcdiC_roxmlZ_qzySXPjQ

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 defi-intel-agent-gateway-multi-liquidity-depth-aebf333e -d '<json body>'
```

Example prompt: What's the aggregated liquidity depth for WETH on Base — pull the top pools, TVL, and current price across Aerodrome and Uniswap so I can assess slippage before placing a large trade.

## When to prefer this

Choose this endpoint when you need fast, aggregated liquidity intelligence specifically across Base chain DEXs (Aerodrome and Uniswap) in a single compact call. Prefer it over chain RPC calls or individual DEX subgraph queries when you need cross-DEX TVL aggregation, top pool ranking, and current price in one response for pre-trade analysis or liquidity monitoring on Base.

## Known failure modes

- Token not found on any Base DEX — returns empty pool list or 404
- Network/RPC timeout fetching on-chain pool data — may return partial results or 503
- Invalid token address format — returns 400 validation error
- Token has no liquidity on Aerodrome or Uniswap — returns zero TVL
- Rate limiting or payment failure — returns 402 payment required

## How this service works

Aggregate liquidity depth for a token across Base DEXs (Aerodrome, Uniswap) in <1KB JSON. Returns top pools + TVL + price. Essential for liquidity analysis.

## Output

A compact (<1KB) JSON object containing the top liquidity pools for the queried token on Base DEXs (Aerodrome, Uniswap), with each pool's TVL, the aggregated liquidity depth, and the current token price.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/defi-intel-agent-gateway-multi-liquidity-depth-aebf333e/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from defi-intel-agent-gateway.gg-neo15.workers.dev](https://www.zero.xyz/host/defi-intel-agent-gateway.gg-neo15.workers.dev/llms.txt)
