# EMC2 AI Top Tokens by Market Cap (with AI Analysis)

> EMC2 AI Top Tokens by Market Cap (with AI Analysis) is a paid API for AI agents from emc2ai.io, paid per call via x402, $0.55/call, status unknown (last checked 2026-09-15).

Returns top tokens ranked by market cap with price, volume, and supply metrics, enriched with AI-generated analysis.

## Facts

- Endpoint: POST https://emc2ai.io/x402/bitquery/top-tokens
- Price: $0.55/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/emc2ai-io-3bbf588e
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_VZsCEtLH_I3Td5EZUmbIb

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 emc2ai-io-3bbf588e -d '<json body>'
```

Example prompt: Can you pull the top 20 tokens ranked by market cap right now, including their price, trading volume, and supply metrics — and give me the AI analysis summary on each?

## When to prefer this

Choose this endpoint when you need a ranked market cap view of top tokens with both raw metrics (price, volume, supply) and AI-generated interpretation in a single call. Prefer it over raw Bitquery queries when you want actionable AI analysis layered on top of market cap data, or when building dashboards that need both quantitative rankings and qualitative insights simultaneously.

## Known failure modes

- Invalid or missing request parameters returns 400 error
- Payment not received or insufficient USDC returns 402 payment required
- Upstream Bitquery API unavailable returns 503 or timeout
- Rate limiting if too many requests in a short window
- Empty result set if no tokens match filter criteria

## How this service works

Top tokens ranked by market cap with price, volume, and supply metrics. (with AI analysis)

## Output

A ranked list of top tokens by market cap, each entry including token name, symbol, current price, 24h trading volume, circulating supply, and an AI-generated analysis commentary interpreting market signals and trends.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "chain": {
   "enum": [
    "base",
    "ethereum",
    "bsc",
    "arbitrum",
    "polygon",
    "optimism",
    "solana"
   ],
   "type": "string",
   "description": "Blockchain to query (e.g., base, ethereum, bsc, solana)"
  },
  "limit": {
   "type": "string",
   "description": "Maximum number of results to return (default: 10, max: 500)"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "result": {},
 "status": "completed",
 "analysis": {}
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/emc2ai-io-3bbf588e/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from emc2ai.io](https://www.zero.xyz/host/emc2ai.io/llms.txt)
