Verifiedcrypto-analytics

Smart Money Tracker — Base

Smart Money Tracker — Base What this gives an AI agent: a single $0.02 call returns the tokens where profitable Base 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 Base wallets discovered through DexScreener boost/profile feeds + manual seeds of known on-chain traders. 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. Base-specific quirks the meta surfaces: - coverage_level.base: beta. The pipeline is wired end-to-end (Alchemy / public Base RPC for indexing, DexScreener for pricing) but the wallet pool is still accumulating and the per-chain score calibration remains 'base-v1-uncalibrated'. Cross-chain score comparisons aren't apples-to-apples yet. - eligibility_filter_mode: 'hybrid' — surfaces high-signal wallets including recent discoveries. - wallet_maturity_warning + unrealized_scoring_warning carry the same semantics as the Solana endpoint. - Base discovery uses calibrated thresholds (liquidity ≥ $20k, volume ≥ $30k, price change ≥ +30% over 24h, age 0–90d) tuned to Base's lower-volatility regime relative to Solana pumps. Indexer details: - Pulls ERC-20 Transfer logs filtered by (topic2=wallet) inbound and (topic1=wallet) outbound every 30 minutes per wallet, groups by tx_hash, derives swap legs via the dominant-in / dominant-out pairing rule. Same-mint round-trips (router relays / wrap+unwrap) are dropped. - USDC, USDT, USDbC priced at $1. WETH priced via cached price_usd. Long-tail tokens fall back to either-side cache lookup. Pricing: $0.03 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

#base#smart-money#netflow#aerodrome#uniswap#defi#wallet-tracking

How to use

Sample response
{"data":[{"token_address":"0x<base ERC-20>","symbol":"$EXAMPLE","buy_usd":389.33,"sell_usd":16.18,"net_flow_usd":373.15,"gross_flow_usd":405.51,"unique_eligible_traders":1,"smart_money_score":85,"avg_trade_size_usd":135,"trade_count":3}],"meta":{"eligibility_filter_mode":"hybrid","wallet_maturity_warning":true,"unrealized_scoring_warning":true,"wallets_eligible_count":1,"wallets_total_tracked":1,"unpriced_trade_count":0,"coverage_level":{"solana":"production","base":"beta","cosmos":"not_enabled"},"score_version":"v1"}}
curl -X GET 'https://proxy.suverse.io/v1/data/smart-money-base'