# EMC2 AI FlowTrack Raw — DEX Capital Flow Tracker

> EMC2 AI FlowTrack Raw — DEX Capital Flow Tracker 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).

Tracks raw capital flows from high-volume DEX participants, surfacing where big money is moving across decentralized exchanges.

## Facts

- Endpoint: POST https://emc2ai.io/x402/bitquery/flowtrack/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-19a0e75e
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_W1s-MbMfHZTMpnWxWtqiB

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

Example prompt: Show me the raw capital flow data from high-volume DEX traders on Ethereum right now — I want to see where the big money is moving across decentralized exchanges.

## When to prefer this

Use this endpoint when you need raw, unprocessed capital flow data from high-volume DEX traders — ideal for building custom analytics, detecting whale movements in real time, or feeding downstream models. Prefer this over the AI-analyzed sibling endpoints when you want the underlying data without interpretation.

## Known failure modes

- Unsupported chain specified returns error or empty result
- Invalid wallet or token filter returns no data
- Rate limiting or quota exceeded returns 402 or 429
- Malformed request body returns 400 validation error
- Bitquery upstream timeout causes delayed or failed response

## How this service works

Track capital flows from high-volume DEX participants.

## Output

Raw capital flow records from high-volume DEX participants, including trade volumes, wallet-level buy/sell flows, and movement patterns across DEX protocols 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-19a0e75e/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)
