Skip to main content
Show how much of a token supply the tracked wallets hold, updating live as they trade. It answers how much of this token is in smart hands, a concentration signal traders watch.

What it shows

The combined percent of supply held by tracked wallets, and how it moves as they buy and sell. A high or rising number means the token is concentrating in wallets you follow. Because it updates from the live trade stream, the number moves in real time rather than on a refresh.

Blockchains

Solana, BNB, Base, ETH and Robinhood.

Endpoints

The transactions stream pushes the trades you aggregate into the held supply.

WSS transactions stream

Live buy and sell events at wss://stream.cabalspy.xyz, aggregated into held supply.

First steps

1

Get an API key

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

Pick a token

You need the token mint you want to measure.
3

Subscribe and aggregate

Open the transactions stream, subscribe to the mint, and keep a running total of how much supply the tracked wallets hold as trades arrive.
Subscribe

Build it

Cookbook, Supply Holding

Aggregate held supply, per wallet and combined, step by step.