Token Statistics

Aggregated smart-money statistics and analytics for a single token on Solana, BNB Chain, Base and Ethereum — holder counts, total holdings with all-time peaks, buy/sell volume, net flow and realized PnL, plus a per-trader breakdown.

Token Smart Money Stats — Volume, Net Flow & Realized PnL

get

Get aggregated smart-money statistics for one token on Solana, BNB Chain, Base or Ethereum: how tracked KOL, smart money and whale wallets traded it, with buy/sell volume, net flow, buying pressure and realized PnL in native currency and USD, plus a per-trader breakdown in traders[]. Use it for token due diligence, smart-money dashboards and trading signals. This endpoint does NOT return individual transactions — use GET /v1/tokens/transactions for those.

What you get

  • token — token metadata.

  • total_holders — wallet counts per type plus the number of wallets still holding.

  • total_holdings — summed current balance and all-time peak across all traders, each also as a percentage of supply.

  • total_statistics — buy/sell, volume, net flow (native + USD), buying pressure, first and latest entry.

  • traders[] — per wallet the profile, trader_holdings and trader_stats, sorted by buy volume descending.

Data source — full history from the database (no 30-day cap) merged with the newest live transactions, deduplicated by signature. Peaks are computed by chronological replay and survive a full sell-off (token_amount: 0, token_amount_peak > 0). Historical USD values come straight from the transactions.

Parameters / settings

  • blockchain (required) — one of: solana, bnb, base, eth

  • mint (required) — token mint / contract address

  • type (optional) — kol, smart, or whale; if omitted, all valid wallet types for the chain are merged (counts stay split per type)

  • api_key (optional if the Bearer header is used)

Authorizations
AuthorizationstringRequired

Authorization: Bearer YOUR_KEY

Query parameters
blockchainstring · enumRequiredExample: bnbPossible values:
mintstringRequiredExample: 0x23a49ea152d14fe4bc41b71345b7da6687de4444
typestring · enumOptionalExample: kolPossible values:
api_keystringOptionalExample: YOUR_KEY
Responses
200

Token found — returns aggregated statistics and the trader breakdown.

application/json
successbooleanOptional
metaobjectOptional
get
/v1/tokens/stats

Last updated