# PumpFun Token Sniper Detection

> PumpFun Token Sniper Detection 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-14).

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

## Facts

- Endpoint: POST https://mpp.hyreagent.fun/trenches/token/6DEvB7wEj1iR4mMe4Yji7n1L7hiz9BCd4tBWiLVvpump/snipers
- Price: $0.04/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/pumpfun-token-sniper-detection-77eb34ce
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_3oqsaWJtQxBor2InhKYdz

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 pumpfun-token-sniper-detection-77eb34ce -d '<json body>'
```

Example prompt: Can you check the token 6DEvB7wEj1iR4mMe4Yji7n1L7hiz9BCd4tBWiLVvpump on PumpFun for snipers — I want to know the sniper risk level, which wallets bought in the first 3 blocks, whether any are linked to the dev wallet, and how concentrated the early buying was?

## When to prefer this

Use this endpoint when evaluating a PumpFun token for sniper risk before buying, or when conducting due diligence on whether early wallet activity suggests insider trading or coordinated sniping. Prefer this over generic holder analysis when you specifically need first-3-block buyer detection and dev wallet correlation on Solana PumpFun launches.

## Known failure modes

- Invalid or non-existent token mint address returns 404 or error
- Token not launched on PumpFun returns no data
- Solana RPC downtime causes timeout or 503
- Token too new with insufficient block history
- Payment failure or insufficient USDC balance blocks the request

## 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 token within the first 3 Solana blocks after launch, along with a sniper risk level rating, links between early buyer wallets and the dev wallet, and a concentration score indicating how much early supply was captured by potential snipers.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/pumpfun-token-sniper-detection-77eb34ce/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)
