A real-time alpha feed built on the Birdeye Data API. We watch a curated set of high-PnL Solana wallets and emit a signal when multiple of them independently buy the same token in a short window.
buyer_weight = Ξ£ 1 / sqrt(rank) (rewards top-ranked buyers) volume_weight = log10(1 + USD volume) / 5 recency_weight = 1 / (1 + minutes / 30) score = 25Β·buyer + 25Β·volume + 50Β·recency (clamped 0β100)Signals scoring β₯30 are persisted; β₯70 are cross-posted to X (gated by free-tier limits).
/embed/feed in any iframeSmart Money Signals is a Birdeye-native product. We use the Token Holder Chart API as the foundation for stealth detection plus 11 other Birdeye endpoints for wallet discovery, signal detection, enrichment, risk scoring, and live tracking.
/defi/token_overview Β holder field β live holder count, the foundation of stealth detection. Compared against historical snapshots to surface tokens where holders are accumulating quietly while price stays flat./trader/gainers-losers β pulls top-PnL wallets across today/yesterday/1W/1M (4 windows Γ 200 pages = up to 8,000 candidates)/trader/txs/seek_by_time β wallet trade history (Birdeye fallback when Helius is exhausted)/v1/wallet/token_list β wallet portfolio / live holdings on /wallet/[address] pages/defi/token_overview β symbol, name, price, liquidity, market cap, 24h volume (every signal enriched)/defi/price β single-token live price/defi/multi_price β batch price refresh for live PnL tracking/defi/ohlcv β price candles for signal performance chart/defi/v3/token/holder β top-10 holder concentration (rug detection: blocks signals when top10 > 60%)/defi/token_security β mint authority, freeze authority, transfer fee checks/defi/v2/markets β DEX market depth and liquidity sources/defi/token_trending β Birdeye trending list, used for hybrid signal type/defi/v3/token/trade β cross-wallet activity rotation feature/defi/v3/token/new_listing β new-token discovery for /tokens/new feedPolling is split across Helius (1M credits/mo) for high-frequency wallet history and Birdeye for everything else. This keeps Birdeye CU usage focused on the high-value enrichment calls that power the core product.
Not financial advice. Smart-money behavior is a heuristic, not a guarantee β wallets get rugged, tokens get dumped. Always do your own research.