Skip to main content
Detect bundles, the coordinated groups where a KOL and a set of side wallets buy a token together. It surfaces hidden coordination that is almost impossible to spot by hand, with a confidence score and the proof behind each detection.

What it shows

The KOL at the center of a bundle, the side wallets that entered alongside it, and how confident the detection is. For anyone building alpha tools, this turns a wall of anonymous coordinated buys into a clear, labeled event you can alert on or display.

Blockchains

Solana only.

Endpoints

Get bundles live as they are detected, or as a snapshot over REST.

WSS bundle stream

Live bundle detections, each with the KOL, side wallets, confidence and proof.

Bundle REST API

A snapshot of the current bundles for a token.

First steps

1

Get an API key

Register at apidashboard.cabalspy.xyz and create a key.
2

Pick a Solana token

You need the token mint. Bundle detection is Solana only.
3

Subscribe or call

Open the bundle stream for live detections, or call the bundle REST API for a snapshot.
Subscribe

Build it

Cookbook, Holder Table (Advanced)

Bundle detection is merged into the live holder table here.