# TokenScope Exchanges Endpoint

> TokenScope Exchanges Endpoint is a paid API for AI agents from coinscrop.vercel.app, paid per call via x402, $0.15/call, status unknown (last checked 2026-09-13).

Retrieves AI-analyzed cryptocurrency exchange data, combining CoinGecko and DexScreener data with MiMo LLM intelligence

## Facts

- Endpoint: POST https://coinscrop.vercel.app/api/exchanges
- Price: $0.15/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/tokenscope-exchanges-endpoint-945f1847
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_hlImZxMcsYWJfQ-DtWfHX

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 tokenscope-exchanges-endpoint-945f1847 -d '<json body>'
```

Example prompt: Give me an AI-powered breakdown of the top crypto exchanges by trading volume right now — I want to see CEX and DEX data combined with some analysis of which ones are most liquid.

## When to prefer this

Use this endpoint when you need AI-synthesized exchange-level crypto market data that combines both CEX data from CoinGecko and DEX data from DexScreener in a single call, with LLM-generated analysis layered on top — especially when you want more than raw numbers and need interpreted insights about exchange performance.

## Known failure modes

- Payment not provided or insufficient — returns 402 Payment Required
- Exchange data unavailable from upstream providers (CoinGecko/DexScreener outage)
- Invalid request body or missing required parameters — returns 400
- Rate limiting or quota exceeded on underlying data providers
- LLM analysis service unavailable — partial data returned without AI enrichment

## How this service works

AI-powered crypto analysis. CoinGecko + DexScreener + MiMo LLM. 20 endpoints. x402 on Base.

## Output

Returns aggregated exchange data sourced from CoinGecko and DexScreener, enriched with MiMo LLM AI analysis, including metrics such as trading volume, liquidity, exchange rankings, and intelligent commentary on exchange performance.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/tokenscope-exchanges-endpoint-945f1847/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from coinscrop.vercel.app](https://www.zero.xyz/host/coinscrop.vercel.app/llms.txt)
