For the complete documentation index, see llms.txt. This page is also available as Markdown.

Analytics

Volume trend, most-traded tokens, aggregate win rate and top performers for tracked smart money, KOL and whale wallets on Solana, BNB Chain, Base and Ethereum.

Analytics — Volume Trend, Most Traded, Win Rate & Top Performers

get

Returns one of four analytics views for a chain and wallet type over a period.

Parameters / settings

  • blockchain (required) — solana, bnb, base, eth

  • type (required) — kol, smart, or whale (per chain: solana → kol/smart/whale; bnb → kol/smart; base → kol/smart; eth → kol)

  • mode (required) — volume_trend, most_traded, win_rate, or top_performers

  • period (optional, default 7d) — 6h, 1d, 7d, or 30d

  • limit (optional) — page size for list modes (most_traded, top_performers)

  • api_key (optional if the Bearer header is used)

Note on unitsvolume_trend and most_traded are reported in native currency only (no historical USD is stored for these series).

Authorizations
AuthorizationstringRequired

Authorization: Bearer YOUR_KEY

Query parameters
blockchainstring · enumRequiredExample: solanaPossible values:
typestring · enumRequiredExample: kolPossible values:
modestring · enumRequiredExample: top_performersPossible values:
periodstring · enumOptionalDefault: 7dExample: 7dPossible values:
limitinteger · min: 1OptionalExample: 25
api_keystringOptionalExample: YOUR_KEY
Responses
200

The requested analytics view.

application/json
successbooleanOptional
metaobjectOptional

Includes request_id, cached, cache_age_seconds, version, timestamp, and pagination for list modes.

get/v1/analytics

Last updated