# StableCrypto DEX Overview

> StableCrypto DEX Overview is a paid API for AI agents from stablecrypto.dev, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-13).

Returns a DeFiLlama-style overview of decentralized exchange (DEX) activity and market metrics across DeFi protocols.

## Facts

- Endpoint: POST https://stablecrypto.dev/api/defillama/dex-overview
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/stablecrypto-dev-1f3308b6
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_-zt91klDqCdXlCXBr8HEa

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 stablecrypto-dev-1f3308b6 -d '<json body>'
```

Example prompt: Can you pull me a DeFiLlama-style DEX overview — I want to see aggregated trading volume and market metrics across all major decentralized exchanges right now?

## When to prefer this

Choose this endpoint when you need a DeFiLlama-compatible aggregated snapshot of DEX activity across multiple protocols in a single call, especially when building DeFi dashboards, monitoring DEX market conditions, or comparing trading volume across exchanges. Prefer this over chain-specific TVL endpoints when you want trading/volume metrics rather than total value locked.

## Known failure modes

- Upstream DeFiLlama data unavailable — returns error or stale data
- POST body malformed — returns 400 bad request
- Payment not processed (x402 protocol failure) — returns 402 payment required
- Rate limiting — returns 429 too many requests
- Service downtime — returns 500 or timeout

## How this service works

Get DEX volume overview

## Output

A structured overview object in DeFiLlama format containing aggregated DEX metrics such as total trading volume, protocol-level breakdowns, liquidity statistics, and other market activity indicators across decentralized exchanges.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "dataType": {
   "type": "string",
   "description": "\"dailyVolume\" or \"totalVolume\""
  },
  "excludeTotalDataChart": {
   "type": "boolean"
  },
  "excludeTotalDataChartBreakdown": {
   "type": "boolean"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/stablecrypto-dev-1f3308b6/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from stablecrypto.dev](https://www.zero.xyz/host/stablecrypto.dev/llms.txt)
