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

Signals

Live KOL and smart-money entry/exit cluster signals across Solana, BNB Chain, Base and Ethereum. One stream; pick the chain with blockchain and set per-type thresholds at subscribe time.

Signals — Live Entry & Exit Cluster Alerts (WebSocket)

get

Subscribe to the live signal stream and receive a signal message each time an entry or exit tier is reached for the configured wallet types.

  • blockchain (required) — solana, bnb, base, eth. Change this to switch chain.

  • token (optional, default *) — a mint/contract to watch one token, or * for all.

  • kol / smart (optional) — per-type threshold blocks (min_buy, entry_at, exit_at, max_wallet_buy).

  • include_wallets, exclude_wallets, min_win_rate, min_token_age, max_token_age (optional) — subscription-wide filters.

Authorizations
AuthorizationstringRequired

Authorization: Bearer YOUR_KEY

Body

Client -> server. Start receiving entry/exit cluster signals; filters persist until unsubscribe.

opstring · enumRequiredExample: subscribePossible values:
streamstring · enumRequiredExample: signalPossible values:
blockchainstring · enumRequired

Change this to switch chain.

Example: solanaPossible values:
tokenstringOptional

A mint/contract, or "*" for all tokens.

Example: *
include_walletsstring[]Optional

Only these wallets count toward the cluster.

exclude_walletsstring[]Optional

These wallets never count.

min_win_ratenumber · max: 100Optional

Drop wallets below this lifetime win-rate. Warned + skipped if win-rate data is not yet warm.

min_token_agenumberOptional

Minimum token age in hours.

max_token_agenumberOptional

Maximum token age in hours.

Responses
200

A signal message pushed each time an entry or exit tier is reached. (The connection also delivers a connected welcome, a subscribed ack per subscribe, and error messages — see schemas.)

application/json

One cluster signal — an entry tier reached, or an exit tier reached.

successbooleanOptionalExample: true
channelstringOptional

Channel that produced this message — signal..

Example: signal.solana
eventstring · enumOptionalExample: signalPossible values:
get/signal
200

A signal message pushed each time an entry or exit tier is reached. (The connection also delivers a connected welcome, a subscribed ack per subscribe, and error messages — see schemas.)

Last updated