# JarvisClaw DEX Liquidity Query

> JarvisClaw DEX Liquidity Query 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).

Queries decentralized exchange (DEX) liquidity data for a given token pair or market via an AI-powered API gateway with pay-per-call billing in USDC.

## Facts

- Endpoint: GET https://uat.jarvisclaw.ai/v1/marketplace/dex/liquidity
- 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-liquidity-query-81ee5dbb
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_oGrSyJyXJtlhAf5BInIUz

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-liquidity-query-81ee5dbb
```

Example prompt: What's the current liquidity depth for ETH/USDC on major DEXes right now — I want to know if there's enough pool depth to execute a large swap without significant slippage.

## When to prefer this

Use this endpoint when you need programmatic, pay-per-call DEX liquidity lookups without a subscription, especially in agentic workflows that require on-demand DeFi data settled in USDC on Base or Solana. Prefer this over centralized exchange APIs when you specifically need decentralized market data or when your agent requires crypto-native micropayment billing.

## Known failure modes

- Malformed or ambiguous query string returns an error or empty result
- Token pair not found on supported DEXes returns no data
- Payment of 0.045 USDC not settled correctly via x402 causes 402 Payment Required error
- UAT environment may return test/mock data rather than live production liquidity
- Network congestion on Base or Solana may delay settlement confirmation
- Unsupported token or DEX market returns empty or null response

## 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 DEX liquidity pool data for the queried token pair or market, including pool reserves, available liquidity depth, and relevant market metrics that help assess trading conditions and slippage risk.

## 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-liquidity-query-81ee5dbb/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)
