# EMC2 AI Token Sniping & Early Buyer Analysis

> EMC2 AI Token Sniping & Early Buyer Analysis is a paid API for AI agents from emc2ai.io, paid per call via x402, $0.850000/call, status unknown (last checked 2026-09-13).

Analyzes early token buyers to identify bots, snipers, and suspicious wallet behavior at token launch using on-chain data.

## Facts

- Endpoint: POST https://emc2ai.io/x402/bitquery/token-sniping/raw
- Price: $0.850000/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-9dbc756f
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_AUgfuQM61_z8lRTo4AwI-

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

Example prompt: Can you run early buyer and sniper analysis on this token — contract address 0xABC123 on BSC — and tell me which wallets were bots or snipers at launch?

## When to prefer this

Use this endpoint when you need to audit the early buyer composition of a token launch, specifically to detect automated sniping bots and suspicious wallet patterns. Prefer this over generic holder analysis endpoints when the focus is on launch-time behavior and bot/sniper classification rather than current holder distribution.

## Known failure modes

- Invalid or unrecognized token contract address returns empty or error response
- Token too old or data not indexed by Bitquery returns no results
- Unsupported blockchain network returns error
- Rate limiting or payment failure returns 402 or 429 status
- Malformed request body returns 400 validation error

## How this service works

Early token buyers analysis with bot detection and sniper identification.

## Output

Returns a list of early buyer wallet addresses with bot detection flags, sniper identification labels, transaction timing data relative to token launch, and risk scores indicating whether each wallet behaved like an automated sniper or legitimate buyer.

## 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)"
  },
  "tokenAddress": {
   "type": "string",
   "description": "Token contract address (for token-specific queries)"
  }
 }
}
```

## More

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