Real-time DEX alpha: new pairs, whale swaps, honeypot detection, wallet tracking, and risk scoring — straight from our own validator-grade nodes.
Auto-refreshes every 5 seconds · last update —
Anyone can query a public node. The hard part is turning millions of raw transactions into signals you can act on. Each feature below is plain-English, with a real trader use-case and the plan that unlocks it.
Honest status. Everything marked LIVE is available now and runs on-demand against our nodes. Features marked ROLLING OUT — new-pairs, liquidity events and live streams — depend on our event indexer, which we are switching on per chain as hardware is provisioned. We would rather under-promise than ship a flaky feed.
Node Intelligence is sold per chain and is separate from your base Smart Money tier. Want both chains? The Multi-Chain bundle saves you roughly 20%.
Want the raw JSON-RPC endpoint too? Add a dedicated BSC and/or Avalanche RPC key — no rate-sharing, no cold-start latency. Sold and managed separately from intelligence plans.
Prices in EUR, billed monthly, cancel anytime from your dashboard. Node Intelligence does not change your existing Smart Money tier — it adds an orthogonal entitlement for the chain(s) you choose.
| Feature | Starter €19/mo |
Pro €49/mo |
API €149/mo |
|---|
Daily-call and stream limits are per chain. Multi-Chain bundle applies the same tier limits to both BSC and AVAX.
Every Node Intelligence endpoint lives under /v1/node/{chain}/… where chain is bsc or avax. Pass your Smart Money API key in the X-API-Key header.
curl \ -H "X-API-Key: YOUR_KEY" \ "https://api.smartmoneyapi.com/v1/node/bsc/large-swaps?min_usd=10000&limit=50"
curl \ -H "X-API-Key: YOUR_KEY" \ "https://api.smartmoneyapi.com/v1/node/bsc/token-risk/0xTOKEN_ADDRESS" // Returns a 0-100 risk score + flags: honeypot, mintable, renounced, lp_locked
curl \ -H "X-API-Key: YOUR_KEY" \ "https://api.smartmoneyapi.com/v1/node/bsc/honeypot/0xTOKEN_ADDRESS" // Simulates a buy then a sell on-chain. Returns: sellable, buy_tax, sell_tax
curl \ -H "X-API-Key: YOUR_KEY" \ "https://api.smartmoneyapi.com/v1/node/avax/wallet/0xWALLET_ADDRESS"
# Deployer history — how many tokens, how many rugged curl -H "X-API-Key: YOUR_KEY" \ "https://api.smartmoneyapi.com/v1/node/bsc/deployer/0xDEPLOYER" # Top holders — concentration risk curl -H "X-API-Key: YOUR_KEY" \ "https://api.smartmoneyapi.com/v1/node/bsc/top-holders/0xTOKEN"
curl "https://api.smartmoneyapi.com/v1/node/health" // {"bsc":{"ok":true,"block":42000000,"synced":true,"ms":38}, "avax":{...}}
curl -H "X-API-Key: YOUR_KEY" \ "https://api.smartmoneyapi.com/v1/node/bsc/new-pairs?limit=25" // While the indexer is off this returns 503 {"error":"indexer_offline"}. // We are switching it on per chain — your plan includes it the moment it's live.
Need the full reference? See the API docs or try calls live in the console.
| What matters | Public RPC | Smart Money nodes |
|---|---|---|
| Honeypot / sell simulation | Build it yourself | One call |
| Whale-swap detection | Raw logs only | Pre-indexed, USD-valued |
| Latency & rate limits | Shared, throttled | Dedicated per key |
| Deployer / holder intel | None | Scored & cached |
| Archive history | Pruned / paywalled | Full local archive |