# EMC2 AI Market Movers Analysis

> EMC2 AI Market Movers Analysis is a paid API for AI agents from emc2ai.io, paid per call via x402, $0.400000/call, status unknown (last checked 2026-09-13).

Returns raw market movers data including price action, volume spikes, and momentum signals across DEX-traded tokens.

## Facts

- Endpoint: POST https://emc2ai.io/x402/bitquery/movers/raw
- Price: $0.400000/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/emc2ai-io-bbc70d2c
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_r6afb2iaR2IX9EqTgVXlQ

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

Example prompt: Show me the top market movers right now — I want tokens with significant price action, volume spikes, and strong momentum signals so I can spot early trading opportunities.

## When to prefer this

Use this endpoint when you need raw, unfiltered market movers data with price action, volume, and momentum signals — particularly when you want the underlying data rather than AI-processed alpha signals. Prefer over sibling endpoints when you need granular token-level movement data rather than aggregated signals, whale flows, or security analysis.

## Known failure modes

- Bitquery upstream outage returns 5xx error
- Payment failure if insufficient USDC balance via x402
- Rate limiting if called too frequently
- Empty result set during low-volatility market periods
- Malformed request parameters return 400 validation error

## How this service works

Market movers analysis with price action, volume spikes, and momentum signals.

## Output

Raw market movers dataset including tokens ranked by price action, volume spike magnitude, and momentum signals sourced from on-chain DEX data via Bitquery, useful for identifying early breakout candidates.

## 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)"
  },
  "timeperiod": {
   "enum": [
    "1h",
    "4h",
    "24h",
    "7d",
    "30d"
   ],
   "type": "string",
   "description": "Time period for analysis (e.g., 1h, 24h, 7d, 30d)"
  }
 }
}
```

## More

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