Skip to main content
Show a simple number next to a token, how many tracked KOL wallets are in it right now. It drops into a token overview or a pulse page as an activity badge.

What it shows

A live count of KOLs in a token. This number is a signal in itself. KOLs are experienced traders who avoid rugs and tend to pile into the same tokens, whether through insider knowledge or a trending narrative. The more KOLs are in a token, the more people treat it as worth trading, so a rising count is an early sign of attention.

Blockchains

Solana, BNB, Base, ETH and Robinhood.

Endpoints

Get it live as it changes, or on demand as a snapshot.

WSS count stream

Live KOL wallet count per token, pushed as wallets buy.

GET /v1/transactions/count

A count over a time window, on demand.

First steps

1

Get an API key

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

Decide live or on demand

Use the WebSocket count stream for a badge that updates itself, or the REST count for a number you pull on a timer.
3

Subscribe or call

For live, open the stream and subscribe to a token or to all tokens. For on demand, call the count endpoint with a time window.
Quick test, on demand

Build it

Cookbook, Wallet Count

Build a live count badge, REST or WebSocket, step by step.