# TokenScope DeFi Crypto Intelligence API

> TokenScope DeFi Crypto Intelligence API 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-14).

AI-powered DeFi analysis endpoint combining CoinGecko and DexScreener data with MiMo LLM to deliver crypto market intelligence

## Facts

- Endpoint: POST https://coinscrop.vercel.app/api/defi
- Price: $0.15/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/tokenscope-defi-crypto-intelligence-api-1eb68250
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_UrcqInOGX1mWi8aui3EfA

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-defi-crypto-intelligence-api-1eb68250 -d '<json body>'
```

Example prompt: Can you give me an AI-powered analysis of the PEPE token on DeFi — pull in the latest price, liquidity, and market data from CoinGecko and DexScreener and summarize what's going on with it?

## When to prefer this

Choose this endpoint when you need AI-synthesized crypto intelligence that blends on-chain DeFi data (DexScreener) with broader market data (CoinGecko) and want a natural language summary rather than raw JSON ticker data. Best suited for agents that need to explain or reason about a token rather than simply retrieve a price feed.

## Known failure modes

- Invalid or unrecognized token symbol returns empty or error response
- Token not listed on CoinGecko or DexScreener results in no data
- Payment not completed via x402 on Base returns 402 Payment Required
- LLM service unavailable leads to degraded or partial response
- Network timeout from upstream data providers causes delayed or failed response

## How this service works

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

## Output

Returns an AI-generated intelligence report on the queried crypto token, synthesizing real-time price, volume, liquidity, and market data from CoinGecko and DexScreener, processed through MiMo LLM to produce a readable analysis.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/tokenscope-defi-crypto-intelligence-api-1eb68250/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)
