# EMC2 AI – Zora Launchpad Top Tokens by Volume (Base) with AI Analysis

> EMC2 AI – Zora Launchpad Top Tokens by Volume (Base) with AI Analysis is a paid API for AI agents from emc2ai.io, paid per call via x402, $0.75/call, status unknown (last checked 2026-09-15).

Returns the top Zora Launchpad tokens ranked by trading volume on Base chain, enriched with AI-generated market analysis.

## Facts

- Endpoint: POST https://emc2ai.io/x402/bitquery/zora-volume
- Price: $0.75/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-e666a80c
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_xSyL7k5GF-0OADblP5wRH

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-e666a80c -d '<json body>'
```

Example prompt: Show me the top Zora launchpad tokens by trading volume on Base right now, and give me the AI analysis of what's driving the activity.

## When to prefer this

Use this endpoint when you specifically need Zora Launchpad token volume data on Base chain with an AI-generated interpretive layer. Prefer this over raw Bitquery queries when you want pre-packaged rankings plus natural language analysis without building your own GraphQL queries. Best for agents surfacing trending tokens or monitoring Zora ecosystem activity on Base.

## Known failure modes

- No data returned if Base chain Zora volume is temporarily unavailable from Bitquery
- Stale data if upstream Bitquery index is lagging
- Payment failure if USDC balance is insufficient (x402 protocol rejection)
- Empty result set during off-peak hours with low Zora activity
- Timeout if Bitquery query takes too long to resolve

## How this service works

Top Zora Launchpad tokens by trading volume (Base only). (with AI analysis)

## Output

A ranked list of top Zora Launchpad tokens on Base by trading volume, including token names, addresses, volume figures, price data, and AI-generated narrative commentary interpreting market trends and notable activity patterns.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "limit": {
   "type": "string",
   "description": "Maximum number of results to return (default: 10, max: 500)"
  },
  "timeperiod": {
   "enum": [
    "1h",
    "4h",
    "24h",
    "7d",
    "30d"
   ],
   "type": "string",
   "description": "Time period for analysis (e.g., 1h, 24h, 7d, 30d)"
  }
 }
}
```

## Response schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/emc2ai-io-e666a80c/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)
