Get detailed early holder analysis for a token

Analyzes token holders, buying patterns, and detects suspicious activity such as sniper bots and coordinated buys. This endpoint provides comprehensive insights into token ownership distribution, early investor behavior, and potential risk factors.

Supported Chains:

  • Solana (sol): Data reflects initial 10-hours window after mint with sniper detection. Early holder analysis is available for tokens launched within the last 12 months (data provider retention). Older tokens return data_availability: unsupported_token_age; previously analyzed tokens continue to return stored results.
  • EVM chains (eth, bsc, pol, arb, opt, base): Top holders and sniper detection. On BSC, early holder analysis is available for tokens deployed within the last 3 months (data provider retention). Older tokens return data_availability: unsupported_token_age; previously analyzed tokens continue to return stored results.
  • Stellar (stellar): Address must be in CODE:ISSUER format
  • Sui (sui): First buyers analysis with bundler detection
  • Hedera (hedera): Accepts native 0.0.X format (HTS token ID) or EVM address format. Includes token admin keys analysis (admin, freeze, wipe, pause, supply, KYC, fee schedule keys), custom fee schedules, and pause status. Sniper/bundling analysis is excluded (Hedera has deterministic transaction ordering, no MEV).
Path Params
string
required

Token contract address. For Solana: mint address. For EVM chains: ERC-20 token contract address. For Stellar: 'CODE:ISSUER' format. For Hedera: HTS token ID in '0.0.X' native format (e.g., '0.0.8144307') or EVM address format.

Query Params
string
enum
required

Blockchain network to analyze. Supported chains: sol (Solana), eth (Ethereum), bsc (BSC), pol (Polygon), arb (Arbitrum), opt (Optimism), base (Base), stellar (Stellar), sui (Sui), hedera (Hedera)

boolean
Defaults to true

Whether to use cached data if available (default: true)

boolean
Defaults to false

Whether to schedule a background refresh of analysis (default: false)

integer
≤ 50000
Defaults to 10000

Maximum number of holders to analyze (default: 10000)

Responses

Language
Credentials
Header
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json