get_signals
Tokens where several tracked wallets acted within the same window.
'cluster' means multiple wallets bought the same token, which is the strongest
signal. 'entry' marks fresh positions, 'exit' marks wallets selling out. Use
this for "what should I be looking at right now".
Only the first page is reachable: this endpoint reports that more results
exist but does not return a usable cursor, so raise the limit rather than
trying to paginate. Smart money signals are unavailable on eth.
blockchain: solana, bnb, base, eth or rh
wallet_type: kol, smart or whale (default kol)
mode: cluster, entry or exit (default cluster)
hours: observation window (default 6)
min_wallets: minimum wallets in a cluster; higher means fewer, stronger signals
min_win_rate: only count wallets above this historical win rate, 0-100
limit: how many signals (default 15)Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mode | No | cluster means several wallets bought the same token, the strongest signal. entry marks fresh positions. exit marks wallets selling out. | cluster |
| hours | No | Observation window in hours. | |
| limit | No | How many entries to return. Keep it small: large results are trimmed to fit the context window anyway. | |
| blockchain | Yes | Blockchain. One of: solana, bnb, base, eth, rh. solana has kol, smart and whale wallets; bnb, base and rh have kol and smart; eth has kol only. rh is Robinhood Chain, an Ethereum L2. | |
| min_wallets | No | Minimum wallets in a cluster. Higher means fewer but stronger signals. 0 uses the server default of 3. | |
| wallet_type | No | Wallet type. kol is a Key Opinion Leader, an influencer whose calls move markets. smart is a wallet selected for its track record. whale is a large holder, Solana only. | kol |
| min_win_rate | No | Only count wallets above this historical win rate, 0 to 100. 0 disables it. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||