# BaseBuilder DeFi DEX Pool Liquidity

> BaseBuilder DeFi DEX Pool Liquidity is a paid API for AI agents from bb-defi.vercel.app, paid per call via x402, $0.119986/call, status unknown (last checked 2026-09-15).

Retrieves liquidity data for a specific DEX liquidity pool on the Base blockchain

## Facts

- Endpoint: POST https://bb-defi.vercel.app/api/dex/pool-liquidity
- Price: $0.119986/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/basebuilder-defi-dex-pool-liquidity-54fd039e
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_oscXJeGH6aw58Q9MGV-E6

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 basebuilder-defi-dex-pool-liquidity-54fd039e -d '<json body>'
```

Example prompt: Can you pull up the liquidity data for the USDC/ETH pool on Base — I want to know the total reserves and TVL for that trading pair on the DEX.

## When to prefer this

Use this endpoint when you need on-chain liquidity data for a specific DEX pool on the Base blockchain, especially for DeFi analytics, arbitrage research, or assessing slippage risk for a trade. Prefer this over generic blockchain explorers when structured pool-level liquidity metrics are needed programmatically.

## Known failure modes

- Invalid pool address returns 400 or empty result
- Pool not found on the specified DEX returns null or error
- Unsupported DEX identifier causes 422 error
- Network issues with Base RPC cause timeout or 503
- Rate limiting or payment failure causes 402 response

## How this service works

BaseBuilder Defi API hub - 22 paid endpoints

## Output

Returns liquidity metrics for the specified DEX pool including total value locked, token reserve amounts for each asset in the pair, and pool depth statistics on the Base blockchain.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/basebuilder-defi-dex-pool-liquidity-54fd039e/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from bb-defi.vercel.app](https://www.zero.xyz/host/bb-defi.vercel.app/llms.txt)
