# JarvisClaw DEX Pairs Lookup

> JarvisClaw DEX Pairs Lookup is a paid API for AI agents from api.jarvisclaw.ai, paid per call via x402, $0.045/call, status unknown (last checked 2026-09-13).

Fetches decentralized exchange trading pair data via an AI API gateway with per-call USDC micropayment settlement

## Facts

- Endpoint: GET https://api.jarvisclaw.ai/v1/marketplace/dex/pairs
- Price: $0.045/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/jarvisclaw-dex-pairs-lookup-cc9344bc
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_C1OpsHv-Noe-7dKyPkWps

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 jarvisclaw-dex-pairs-lookup-cc9344bc
```

Example prompt: Can you pull up the available DEX trading pairs for USDC/ETH on Base using JarvisClaw's marketplace endpoint?

## When to prefer this

Choose this endpoint when you need DEX pair data with per-call micropayment billing via x402 and USDC settlement on Base or Solana, especially within an agentic workflow that already uses the JarvisClaw API gateway for other DeFi data endpoints. Useful when you want a unified AI-routed gateway rather than calling individual DEX APIs directly.

## Known failure modes

- 402 Payment Required if x402 payment header is missing or insufficient
- Invalid token address or pair not found returns empty results or 404
- Unsupported chain identifier returns error
- Malformed POST body returns 400 Bad Request
- Rate limiting or gateway timeout if AI routing layer is overloaded

## How this service works

AI API Gateway with smart routing, pay per call via x402. OpenAI-compatible. Settled in USDC on Base & Solana.

## Output

Returns a list of DEX trading pairs matching the query, including token addresses, pool metadata, exchange names, and liquidity information, settled via x402 micropayment in USDC on Base or Solana.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "query": {
   "type": "string",
   "description": "Request parameters"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/jarvisclaw-dex-pairs-lookup-cc9344bc/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.jarvisclaw.ai](https://www.zero.xyz/host/api.jarvisclaw.ai/llms.txt)
