# EMC2 AI Alpha Leaders Leaderboard

> EMC2 AI Alpha Leaders Leaderboard is a paid API for AI agents from emc2ai.io, paid per call via x402, $0.85/call, status unknown (last checked 2026-09-14).

Returns a ranked leaderboard of alpha-generating wallets with buy/sell flow analysis and accumulation metrics across DEXes.

## Facts

- Endpoint: POST https://emc2ai.io/x402/bitquery/alphaleaders/raw
- Price: $0.85/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/emc2ai-io-8fa72cdb
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_4Ay4CHO3Gmv4DruFcAo9K

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

Example prompt: Show me the leaderboard of alpha-generating wallets on Ethereum right now — ranked by buy/sell flow and accumulation strength so I can find the smartest traders to follow.

## When to prefer this

Use this endpoint when you need a ranked leaderboard view of top-performing wallets by alpha generation, buy/sell flow, and accumulation patterns — as opposed to a single-wallet portfolio lookup or a token-centric holder view. Best for discovering new smart money addresses rather than analyzing a known wallet.

## Known failure modes

- Unsupported chain parameter returns error or empty result
- Invalid or missing authentication/payment header returns 402 or 401
- Bitquery upstream timeout causes slow or failed response
- Rate limiting if too many calls in a short window
- Empty leaderboard if no qualifying wallets found in the requested time range

## How this service works

Leaderboard of alpha-generating wallets with buy/sell flow and accumulation metrics.

## Output

A ranked list of wallet addresses with associated buy flow, sell flow, net accumulation metrics, and alpha scores that identify which wallets are generating the most profitable trading signals on supported chains.

## 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-8fa72cdb/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)
