Verifiedcrypto-analytics

Smart Money Tracker — Solana

Smart Money Tracker — Solana What this gives an AI agent: a single $0.02 call returns the tokens where profitable Solana wallets are actively moving capital — pre-aggregated, ranked by gross flow, with honest data quality metadata. No subscription, no auth keys, no batch processing. How it works: We track a curated pool of profitable Solana wallets discovered from DexScreener boost/profile feeds (currently 47 eligible out of 441 tracked, score-gated at 60+). For each token they trade we aggregate per-window: - buy_usd, sell_usd, net_flow_usd, gross_flow_usd - unique_eligible_traders (distinct wallets that traded in window) - smart_money_score (gross-flow-weighted avg of trader scores) - avg_trade_size_usd, trade_count - symbol (when DexScreener-indexed) Time windows: 1h, 24h, 7d, 30d. What the meta tells you honestly: - eligibility_filter_mode: 'hybrid' — current production mode that surfaces high-signal wallets including recent discoveries. Will transition to 'promotion_gate' (14+ day track record requirement) once wallet pool matures (~2026-06-17). - wallet_maturity_warning: true while wallets are newer than 14d. - unrealized_scoring_warning: true while any eligible wallet has incomplete buy→sell roundtrips (PnL contains unrealized legs). - unpriced_trade_count: trades we couldn't value (dead pump.fun tokens with zero DexScreener pairs). - coverage_level.solana: production. - score_version + chain_score_calibration_version: pinned per-chain calibration tags so consumers can detect a model change. Indexer details: - Helius RPC + Enhanced Tx parser, DexScreener pricing, on-chain pump.fun route detection. The pivot-account fallback recovers swap legs that route through wallet-linked wSOL accounts. - 5-min cadence for top-tier wallets, 15-min mid-tier, 60-min low. Separate endpoints cover Base (smart-money-base) and Cosmos (smart-money-cosmos). Pricing: $0.02 USDC. Accepts payment on Base, Solana, or Cosmos (Noble) — x402 v2 multi-chain. No subscription, no auth keys.

Networks

Base (Coinbase L2)solana:mainnetNoble

Regions

Global (no regional restriction)

Tags

#solana#smart-money#netflow#dex#pump.fun#wallet-tracking#alpha

How to use

Sample response
{"data":[{"token_address":"<solana mint, base58>","symbol":"$EXAMPLE","buy_usd":1234.56,"sell_usd":987.65,"net_flow_usd":246.91,"gross_flow_usd":2222.21,"unique_eligible_traders":5,"smart_money_score":75.43,"avg_trade_size_usd":62.45,"trade_count":36}],"meta":{"eligibility_filter_mode":"hybrid","wallet_maturity_warning":true,"unrealized_scoring_warning":true,"wallets_eligible_count":47,"wallets_total_tracked":441,"unpriced_trade_count":568,"coverage_level":{"solana":"production","base":"beta","cosmos":"not_enabled"},"score_version":"v1"}}
curl -X GET 'https://proxy.suverse.io/v1/data/smart-money-netflow'