# BaseBrain DEX Pairs

> BaseBrain DEX Pairs is a paid API for AI agents from basebrain-ai.vercel.app, paid per call via x402, $0.07/call, status unknown (last checked 2026-09-14).

Retrieves decentralized exchange (DEX) trading pair data for cryptocurrency markets

## Facts

- Endpoint: POST https://basebrain-ai.vercel.app/api/dex/pairs
- Price: $0.07/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/basebrain-dex-pairs-8860e47b
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_rq3ZHZoj4nEkwwGmq4twH

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 basebrain-dex-pairs-8860e47b -d '<json body>'
```

Example prompt: Can you pull the DEX trading pairs for the USDC/ETH market from BaseBrain so I can see current liquidity and pair info?

## When to prefer this

Choose this endpoint when you need to look up DEX trading pairs, liquidity pools, or market pair metadata for cryptocurrency tokens on decentralized exchanges. Prefer this over centralized exchange APIs when your use case is specifically DeFi or on-chain trading data.

## Known failure modes

- Invalid or missing token address returns empty result or error
- No pairs found for the queried token returns empty data array
- Service unavailability returns 402 or 5xx error
- Malformed request body causes 400 bad request
- Token not listed on any tracked DEX returns null result

## How this service works

Generated by create next app

## Output

Returns an object containing DEX pair data, which may include token pair identifiers, liquidity metrics, pricing information, trading volume, and associated market metadata for decentralized exchange markets.

## Response schema (JSON Schema)

```json
{
 "type": "object",
 "example": {
  "result": {
   "data": "example response"
  }
 },
 "properties": {
  "result": {
   "type": "object",
   "description": "API response data"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/basebrain-dex-pairs-8860e47b/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from basebrain-ai.vercel.app](https://www.zero.xyz/host/basebrain-ai.vercel.app/llms.txt)
