Skip to main content
Snipers and bundlers are common on Solana. Snipers are wallets that buy in the first seconds of a launch. Bundlers group transactions together, often to control order or get early access. This can involve MEV, which means profit from transaction ordering. The Data API gives you several endpoints to detect this activity.

First Buyers

The PnL V2 first buyers endpoint returns chronological first buyers enriched with wallet PnL, token PnL, identity tags, and current holding state.

Find Snipers Who Already Sold

Use the same response to find early buyers who already exited with realized profit.

What to Look For


Bundler Detection

The bundlers endpoint identifies wallets involved in bundled transactions on a token.
Bundlers submit multiple transactions in a single block to control execution order. This is commonly used for:
  • Launch sniping (buy in the same block as liquidity add)
  • Sandwich attacks
  • Coordinated wallet clusters

Chart-Based Detection

These endpoints give you aggregated data over time, useful for building visual dashboards.

Sniper Activity Chart

The snipers chart shows sniper activity over time for a token.

Bundler Activity Chart

The bundlers chart tracks bundled transaction activity over time.

Insider Activity Chart

The insiders chart shows insider wallet activity patterns.

Example: Full Sniper Report

Build a quick sniper report for any token:

Token Research

Full token lookup: stats, holders, trades, and events.

Token Intelligence

All traders on a token with PnL, sorting, and filtering.

Safety Streams

Track snipers, bundlers, and insiders in real time via WebSocket.

Token Discovery Streams

Spot new tokens before the crowd and filter by graduation status.