For the complete documentation index, see llms.txt. This page is also available as Markdown.

KOL Count

Live count of distinct KOL wallets active in a token on Solana, BNB Chain and Base — a lightweight smart-money interest gauge over WebSocket.

Solana Token KOL Count — Live KOL Wallet Count per Token (WebSocket)

get

Channel count.solana. Pushes the current number of distinct tracked Solana KOL wallets that have traded a token, updated whenever a KOL wallet trades it. Subscribe: { "op": "subscribe", "stream": "count", "blockchain": "solana", "token": "*" }. Filter one token with "token": "<mint>".

Authorizations
AuthorizationstringRequired

Authorization: Bearer YOUR_KEY

Responses
200

A wallet_count message pushed on this channel when a token's KOL count changes.

application/json

The current KOL wallet count for one token.

successbooleanOptionalExample: true
channelstringOptional

Channel that produced this message, e.g. count.solana

Example: count.solana
eventstring · enumOptionalExample: wallet_countPossible values:
get/count/solana
200

A wallet_count message pushed on this channel when a token's KOL count changes.

BNB Chain Token KOL Count — Live KOL Wallet Count per Token (WebSocket)

get

Channel count.bnb. Pushes the current number of distinct tracked BNB Chain KOL wallets that have traded a token. Subscribe: { "op": "subscribe", "stream": "count", "blockchain": "bnb", "token": "*" }.

Authorizations
AuthorizationstringRequired

Authorization: Bearer YOUR_KEY

Responses
200

A wallet_count message pushed on this channel when a token's KOL count changes.

application/json

The current KOL wallet count for one token.

successbooleanOptionalExample: true
channelstringOptional

Channel that produced this message, e.g. count.solana

Example: count.solana
eventstring · enumOptionalExample: wallet_countPossible values:
get/count/bnb
200

A wallet_count message pushed on this channel when a token's KOL count changes.

Base Token KOL Count — Live KOL Wallet Count per Token (WebSocket)

get

Channel count.base. Pushes the current number of distinct tracked Base KOL wallets that have traded a token. Subscribe: { "op": "subscribe", "stream": "count", "blockchain": "base", "token": "*" }.

Authorizations
AuthorizationstringRequired

Authorization: Bearer YOUR_KEY

Responses
200

A wallet_count message pushed on this channel when a token's KOL count changes.

application/json

The current KOL wallet count for one token.

successbooleanOptionalExample: true
channelstringOptional

Channel that produced this message, e.g. count.solana

Example: count.solana
eventstring · enumOptionalExample: wallet_countPossible values:
get/count/base
200

A wallet_count message pushed on this channel when a token's KOL count changes.

Last updated