# RagRadar DEX Quotes by Chain

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

Returns a list of decentralized exchanges (DEXes) available on a specified blockchain network

## Facts

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

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-quotes-by-chain-21a7f00a
```

Example prompt: What decentralized exchanges does RagRadar support on Base? I want to know which DEX venues are available before I request a swap quote.

## When to prefer this

Use this endpoint when you need to discover which DEX venues RagRadar can query for a particular blockchain before requesting swap quotes or price data. Prefer this over generic DEX lists when you are already using RagRadar's x402-gated on-chain intelligence APIs and need to enumerate valid sources programmatically.

## Known failure modes

- Unsupported or misspelled chain name returns an error or empty list
- Missing chain path parameter results in a 404 or bad request
- Service unavailable returns a non-200 status
- x402 payment not fulfilled results in 402 Payment Required response

## How this service works

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

## Output

A JSON object with status ok and a list of DEX identifiers or names available for quote routing on the requested blockchain chain.

## 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-quotes-by-chain-21a7f00a/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from backup.ragradar.space](https://www.zero.xyz/host/backup.ragradar.space/llms.txt)
