# JarvisClaw DEX Trades Marketplace

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

Retrieves or queries decentralized exchange (DEX) trade data via a pay-per-call AI API gateway settled in USDC

## Facts

- Endpoint: GET https://api.jarvisclaw.ai/v1/marketplace/dex/trades
- Price: $0.045/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/jarvisclaw-dex-trades-marketplace-41af84a6
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_7y5DQAIwdk9M9Wt8S9HMJ

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-41af84a6
```

Example prompt: Can you pull the recent DEX trades for the ETH/USDC pair on Base network from the last hour, including prices and volumes?

## When to prefer this

Use this endpoint when you need on-chain DEX trade data from Base or Solana networks and want pay-per-call pricing via x402 without a subscription. Prefer this over traditional REST APIs when you need micropayment-based access to DeFi trade history with no long-term commitment.

## Known failure modes

- Invalid token pair or contract address returns 400 error
- Unsupported network or chain ID returns 422 validation error
- Payment not received or x402 payment failure returns 402 error
- No trades found for the specified filter criteria returns empty result set
- Rate limit exceeded returns 429 error
- Downstream DEX data provider unavailable returns 503 error

## 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 including token pair, trade price, volume, timestamp, transaction hash, and network details for the queried marketplace trades.

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