# PumpFun Token Sniper Detector

> PumpFun Token Sniper Detector is a paid API for AI agents from mpp.hyreagent.fun, paid per call via x402, $0.04/call, status unknown (last checked 2026-09-15).

Detects wallets that bought a PumpFun token in the first 3 blocks and returns sniper risk level, dev wallet links, and concentration score

## Facts

- Endpoint: POST https://mpp.hyreagent.fun/trenches/token/orcaEKTdK7LKz57vaAYr9QeNsVEPfiu6QeMU1kektZE/snipers
- Price: $0.04/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/mpp-hyreagent-fun-888d8df1
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_ohvFGu-xhZifDb0-e4Sn-

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 mpp-hyreagent-fun-888d8df1 -d '<json body>'
```

Example prompt: Check the PumpFun token orcaEKTdK7LKz57vaAYr9QeNsVEPfiu6QeMU1kektZE for sniper activity — I want to know the sniper risk level, any dev wallet connections, and the concentration score from wallets that bought in the first 3 blocks.

## When to prefer this

Use this endpoint when evaluating whether a PumpFun memecoin launch was compromised by sniper bots, dev self-buying, or coordinated early accumulation. Ideal for traders doing pre-buy due diligence on Solana memecoins or for detecting coordinated manipulation in the first few blocks of a PumpFun token's existence.

## Known failure modes

- Token address not found on Solana — returns 404 or empty result
- Token is not a PumpFun token — may return no data or error
- Solana RPC unavailability causing timeout or 503
- Invalid token mint address format — returns 400 or validation error
- Token is too new and block data not yet indexed

## How this service works

Detect wallets that bought a PumpFun token in the first 3 blocks — sniper risk level, dev wallet links, concentration score. Sources: Solana RPC.

## Output

Returns a list of wallets that purchased the PumpFun token within the first 3 blocks of launch, along with a sniper risk level rating, links to dev wallets if detected, and a concentration score indicating how much of the early supply these wallets hold.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/mpp-hyreagent-fun-888d8df1/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from mpp.hyreagent.fun](https://www.zero.xyz/host/mpp.hyreagent.fun/llms.txt)
