# JarvisClaw DEX Trades Marketplace

> JarvisClaw DEX Trades Marketplace 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-14).

Fetches or queries decentralized exchange (DEX) trade data via an AI-routed marketplace endpoint, paid per call in USDC via x402.

## Facts

- Endpoint: GET https://uat.jarvisclaw.ai/v1/marketplace/dex/trades
- Price: $0.0011/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/jarvisclaw-dex-trades-marketplace-1d7b48ef
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_-M3OGKXI5sZiXQPj3_R7q

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-trades-marketplace-1d7b48ef
```

Example prompt: Can you pull the recent trade history for the ETH/USDC pair on a decentralized exchange so I can see what swaps have been happening in the last hour?

## When to prefer this

Choose this endpoint when you need on-chain DEX trade data and want pay-per-call pricing in USDC without a subscription, especially if already using JarvisClaw's OpenAI-compatible gateway for other AI or data calls. Best for agents that need occasional DEX trade lookups without committing to a data provider contract.

## Known failure modes

- Invalid or malformed query string returns 400 error
- Insufficient USDC balance or failed x402 payment returns 402 Payment Required
- Unsupported token pair or DEX not indexed returns empty result or 404
- Rate limiting or gateway congestion returns 429 or 503
- UAT environment instability may cause intermittent failures

## 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 trade records matching the query, likely including trade pair, timestamp, price, volume, transaction hash, and pool/exchange identifiers, routed through JarvisClaw's AI gateway and settled via 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-trades-marketplace-1d7b48ef/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)
