# JarvisClaw DEX Liquidity Data

> JarvisClaw DEX Liquidity Data 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 (DEX) liquidity pool data via a pay-per-call AI API gateway settled in USDC on Base/Solana

## Facts

- Endpoint: GET https://api.jarvisclaw.ai/v1/marketplace/dex/liquidity
- 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-liquidity-data-41d29d6f
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_gdBZJWDAyA2QmDzj9mM4k

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-data-41d29d6f
```

Example prompt: Can you check the current liquidity depth for the ETH/USDC pair on the Base network DEX so I know if there's enough liquidity for a $50,000 swap without too much slippage?

## When to prefer this

Use this endpoint when you need real-time DEX liquidity data for token pairs on Base or Solana networks and are comfortable with micro-payments via the x402 protocol. Prefer this over free alternatives when you need reliable, routed access through JarvisClaw's smart gateway with USDC settlement.

## Known failure modes

- Unknown or unsupported token pair returns empty or error response
- Unsupported DEX protocol or chain returns 404 or validation error
- Payment failure via x402 results in 402 Payment Required before data is returned
- Low liquidity or inactive pool may return zero values
- Rate limiting or gateway overload returns 429 or 503

## 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 liquidity pool data including pool reserves, total liquidity depth, token pair composition, and relevant DEX pool metrics for the queried trading pair on the specified blockchain network.

## 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-data-41d29d6f/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)
