Introduction

What InsightX is, who it's for, and what data it provides.

InsightX provides deep blockchain analytics through a single API. It gives you the data you need to understand token holder structures, detect risks, and monitor on-chain activity in real time.

What You Can Do

  • Scan tokens for security risks -- get an instant safety score and detailed risk indicators for any token on Solana and EVM chains.
  • Analyze holder distribution -- measure how concentrated or spread out a token's holders are using standard financial metrics (Gini, HHI, Nakamoto coefficient).
  • Detect clusters of related wallets -- uncover hidden relationships between wallets that appear independent but are controlled by the same entity.
  • Track snipers -- identify wallets that bought a token in its earliest moments of trading, and monitor whether they're still holding.
  • Detect bundlers -- flag wallets that execute coordinated multi-wallet swaps within a single transaction to accumulate tokens while appearing as separate buyers.
  • Track insiders -- monitor wallets linked to the token creator or deployer and their current holdings.
  • Resolve addresses to names -- turn raw wallet and contract addresses into human-readable labels like "Binance: Hot Wallet 1" or "Uniswap V3: Router".
  • Stream updates in real time -- subscribe to WebSocket streams and receive cluster updates as they happen, instead of polling.

API Products

ProductTransportDescription
Scanner APIRESTToken security analysis -- safety score, honeypot detection, authority checks, top holders
DEX Metrics APIRESTHolder distribution, cluster analysis, sniper tracking, bundler detection, insider tracking
DEX APIRESTDEX trade history by token, pool, or wallet
Atlas APIRESTHistorical and real-time token holder relationship snapshots
Labels APIRESTAddress-to-label resolution with tags and smart contract detection
WebSocket APIWebSocketReal-time streaming for DEX metrics (clusters, snipers, bundlers, insiders) and DEX trades

Base URL

All REST endpoints are served from:

https://api.insightx.network

The WebSocket endpoint is:

wss://api.insightx.network/?api-key=YOUR_API_KEY

Getting Your API Key

Sign up and create your API key at the InsightX Hub. Free and paid plans are available.

Next Steps