# EMC2 AI Deep Dive Wallet Accumulation & Net Capital Flows

> EMC2 AI Deep Dive Wallet Accumulation & Net Capital Flows is a paid API for AI agents from emc2ai.io, paid per call via x402, $0.85/call, status unknown (last checked 2026-09-15).

Analyzes large wallet accumulation patterns with net capital flows and top holder data for a given token or wallet.

## Facts

- Endpoint: POST https://emc2ai.io/x402/bitquery/deepdive/raw
- Price: $0.85/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-6dd3d66b
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_YqVBjdECgigiWayw5sPH1

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

Example prompt: Do a deep dive on wallet accumulation patterns for token 0x1234...abcd on Ethereum — show me the net capital flows and who the top holders are right now.

## When to prefer this

Use this endpoint when you need a comprehensive, raw on-chain analysis of large wallet accumulation behavior, net capital flows, and top holder rankings for a specific token — especially when looking for smart money or whale activity signals. Prefer over generic token metrics endpoints when holder concentration and flow directionality matter.

## Known failure modes

- Invalid or unrecognized token/wallet address returns error or empty result
- Unsupported blockchain network returns error
- Bitquery upstream timeout or rate limit causes failure
- Insufficient USDC balance or x402 payment failure blocks the request
- No on-chain data found for very new or low-liquidity tokens

## How this service works

Deep dive into large wallet accumulation patterns with net capital flows and top holders.

## Output

Returns detailed on-chain data including large wallet accumulation patterns, net capital inflows and outflows, and a ranked list of top token holders with their position sizes and flow metrics, sourced from Bitquery.

## 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-6dd3d66b/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)
