# 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-13).

Detects wallets that sniped a PumpFun token in the first 3 blocks, returning sniper risk level and developer wallet linkage

## Facts

- Endpoint: POST https://mpp.hyreagent.fun/base/trenches/token/HZ1JovNiVvGrGNiiYvEozEVgZ58xaU3RKwX8eACQBCt3/snipers
- Price: $0.04/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/mpp-hyreagent-fun-0155aa8c
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_hs2rGBGueleLcTAsk8Uni

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-0155aa8c -d '<json body>'
```

Example prompt: Can you check if the PumpFun token HZ1JovNiVvGrGNiiYvEozEVgZ58xaU3RKwX8eACQBCt3 was sniped at launch — I want to see which wallets bought in the first 3 blocks, the overall sniper risk level, and whether any of those wallets are linked to the dev?

## When to prefer this

Use this endpoint when you need to assess launch-time sniper activity on a specific PumpFun token — particularly when evaluating whether a token launch was manipulated, whether insiders coordinated early buys, or whether the developer is linked to early snipers. Prefer this over general holder analysis when the concern is specifically about block-0 to block-3 buying behavior.

## Known failure modes

- Invalid or non-PumpFun token address returns error
- Token not found on PumpFun returns 404 or empty result
- Token too new with insufficient block data
- Payment not included or insufficient USDC returns 402
- Network timeout on Solana RPC lookups

## How this service works

Sniper detection

## Output

Returns a list of wallets that purchased the token within the first 3 blocks of its PumpFun launch, a sniper risk level (e.g. low/medium/high), and flags indicating whether any sniper wallets appear linked to the developer wallet.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/mpp-hyreagent-fun-0155aa8c/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)
