What it shows
When KOLs enter and exit, right on the chart. A trader can read a buy bubble as a possible entry and a sell bubble as an exit, or study the pattern to understand how KOLs time their trades. It is one of the most intuitive ways to show wallet activity, because it sits on the chart people already watch.Blockchains
Solana, BNB, Base, ETH and Robinhood.Endpoints
The transactions stream pushes each buy and sell as it happens, with the value and time to place the bubble.WSS transactions stream
Live buy and sell events per token, with the trade value and timestamp.
First steps
1
Get an API key
Register at apidashboard.cabalspy.xyz and create a key.
2
Have a chart ready
You need a chart you can add markers to, for example TradingView Lightweight Charts or the full Charting Library.
3
Subscribe to the token
Open the transactions stream, subscribe to the token mint, and for each trade add a marker at its timestamp, green for a buy and red for a sell.
Subscribe
Build it
Reference, transactions stream
Full field-by-field reference for the buy and sell events.

