Skip to main content
GET
Signals
Live trade signals derived from tracked wallet activity in a recent time window. The main mode, cluster, surfaces tokens where several tracked wallets are buying at once, a strong early signal. Two more modes, entry and exit, return individual buy and sell signals in the feed format. Use it to drive alerts, for example notify me when three or more KOLs buy the same token within an hour. Signals are derived live from the feed, so they reflect the current window every time.
Choose the mode with mode. cluster groups wallets buying the same token, entry and exit return single buy or sell events. Tune clusters with min_wallets, min_value and hours. An advanced gated mode is available by passing per type filters like kol_min_wallets and smart_min_wallets.

Query Parameters

string
required
Chain. One of solana, bnb, base, eth.
string
required
Wallet category kol, smart or whale.
string
required
Signal mode. One of cluster, entry, exit.
integer
default:"3"
cluster mode. Minimum number of wallets buying the same token to form a cluster.
number
default:"0"
Minimum trade value to consider (native).
number
default:"1"
Time window in hours to look back for signals.
integer
Maximum number of signals to return.
string
required
Your API key. Alternatively pass it as an Authorization Bearer header.

Usage Example

Response

The response shape depends on mode. Below is the cluster mode, the most detailed. entry and exit return individual transactions in the same shape as the transactions feed (with holdings_after).
boolean
True on success.
object

Errors