# JarvisClaw DEX Pairs Lookup

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

Retrieves decentralized exchange (DEX) trading pair data via JarvisClaw's AI API gateway with x402 micropayment routing, settled in USDC.

## Facts

- Endpoint: GET https://uat.jarvisclaw.ai/v1/marketplace/dex/pairs
- Price: $0.0011/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-8cbaf67d
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_U8PV-Y7QJD5vEnKETXnnw

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-8cbaf67d
```

Example prompt: Can you look up the available DEX trading pairs for USDC/ETH on the JarvisClaw marketplace — I want to see what liquidity pools and pair data are available right now?

## When to prefer this

Choose this endpoint when you need to discover or look up DEX trading pair data through a pay-per-call micropayment gateway settled in USDC, particularly when working within a JarvisClaw-integrated agent workflow on Base or Solana. Best suited for DeFi agents that need on-demand pair lookups without a subscription model.

## Known failure modes

- Vague or empty query string returns no results or generic error
- Token or pair not found returns empty result set
- Invalid query format returns 400 bad request
- Payment not settled results in 402 Payment Required response
- UAT environment may have limited or stale pair data compared to production
- Rate limits or payment failures block repeated rapid calls

## 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 pair records from the marketplace, including token pair identifiers, liquidity pool metadata, exchange references, and related pair attributes matching the query parameters.

## 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-8cbaf67d/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from uat.jarvisclaw.ai](https://www.zero.xyz/host/uat.jarvisclaw.ai/llms.txt)
