# clonecho DEX Volume Rankings

> clonecho DEX Volume Rankings is a paid API for AI agents from clonecho.builda.company, paid per call via x402, $0.02/call, status unknown (last checked 2026-09-13).

Returns 24-hour trading volume per decentralized exchange (DEX), ranked by volume with 1-day change, as live JSON data.

## Facts

- Endpoint: POST https://clonecho.builda.company/x402/dex-volume
- Price: $0.02/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/clonecho-dex-volume-rankings-e290b094
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_nRJ1AADGQ2XSI3FrSTlto

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 clonecho-dex-volume-rankings-e290b094 -d '<json body>'
```

Example prompt: Can you pull the latest DEX volume rankings — I want to see which decentralized exchanges have the most 24-hour trading volume right now and how each one changed compared to yesterday?

## When to prefer this

Use this endpoint when you need a real-time, ranked snapshot of DEX trading volumes with day-over-day change. Ideal for DeFi dashboards, market monitoring agents, or comparative analysis of exchange activity. Prefer this over blockchain RPC calls when you want pre-aggregated, ranked DEX-level data without parsing raw on-chain events.

## Known failure modes

- Upstream data source unavailable returns 5xx error
- Payment not accepted or insufficient USDC balance returns 402
- Rate limiting or quota exceeded returns 429
- Stale data if live feed is temporarily delayed

## How this service works

24h trading volume per DEX, ranked, with 1-day change. Live. Returns JSON.

## Output

A JSON array of decentralized exchanges sorted by 24-hour trading volume, each entry including the DEX name, total 24h volume in USD, rank, and the 1-day percentage change in volume. Data is live/current at time of request.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/clonecho-dex-volume-rankings-e290b094/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from clonecho.builda.company](https://www.zero.xyz/host/clonecho.builda.company/llms.txt)
