# RagRadar DEX List by Chain

> RagRadar DEX List by Chain is a paid API for AI agents from ragradar.space, paid per call via x402, $0.001/call, status unknown (last checked 2026-09-08).

Returns a list of decentralized exchanges (DEXes) available on a specified blockchain network (Base, Arbitrum, or Solana)

## Facts

- Endpoint: GET https://ragradar.space/api/quote/dexes/%7Bchain%7D
- Price: $0.001/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-08
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/ragradar-dex-list-by-chain-db1f80b4
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_B0y0YIhPzRNy-pJacsaOO

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 ragradar-dex-list-by-chain-db1f80b4
```

Example prompt: Can you pull up all the DEXes available on Base from RagRadar so I know which decentralized exchanges I can route trades through on that chain?

## When to prefer this

Use this endpoint when you need to discover which DEX protocols are active and supported on a specific chain (Base, Arbitrum, or Solana) before routing a swap, analyzing liquidity, or building a DeFi workflow. Prefer this over manual research or general web search when you need structured, up-to-date DEX enumeration per chain.

## Known failure modes

- Invalid or unsupported chain identifier returns error or empty list
- Chain parameter missing causes 400 bad request
- Payment not included or insufficient results in 402 Payment Required
- Network timeout or upstream analytics service unavailable returns 5xx
- Unsupported chain names not in Base/Arbitrum/Solana set may return empty or error

## How this service works

On-chain intelligence for AI agents. 73+ endpoints across Base, Arbitrum, Solana. x402 micropayments.

## Output

A JSON list of decentralized exchanges supported on the specified chain, including DEX names and protocol identifiers available for trading or routing on that blockchain network.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "properties": {
   "type": "string"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "status": "ok"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/ragradar-dex-list-by-chain-db1f80b4/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from ragradar.space](https://www.zero.xyz/host/ragradar.space/llms.txt)
