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 - EVM chains (
eth,bsc,pol,arb,opt,base): Top holders and sniper detection - Stellar (
stellar): Address must be inCODE:ISSUERformat - Sui (
sui): First buyers analysis with bundler detection - Hedera (
hedera): Accepts native0.0.Xformat (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).
Authorizations
Path Parameters
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 Parameters
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)
sol, eth, bsc, pol, arb, opt, base, stellar, sui, hedera Whether to use cached data if available (default: true)
Whether to schedule a background refresh of analysis (default: false)
Maximum number of holders to analyze (default: 10000)
x <= 50000Response
Successful operation
Address of the analyzed token
"EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v"
Transaction hash of token mint
"4JqaQUsu5mRADKcHYCL9X1VNDEfZfTmbsXCTSuSJpBXgxbZGQYTHBvzdrHj11NfcDDVEXbELpnEZYVWfpnJ1mgU7"
Timestamp when token was minted
"2023-03-21T13:00:22.000Z"
Address of token minter
"FRgKuRNLRxTzChEKYgFZc5UiEBvZrBYNcRdmbEbXeS17"
{
"totalSupply": 10000000,
"percentageHeldByTop10": 87.5,
"expiresAt": 1741284889983,
"topHolders": [
{
"accountAddress": "TokenAccountAddress123",
"ownerAddress": "ARD9GAKA6LAzufwqZ3BTKcnJmaeNyGHp3n7UU4eiJ3mS",
"alias": "Raydium AMM",
"amount": 1000000,
"percentage": 12.34,
"label_info": {
"label_type": "dex",
"label_name": "Raydium AMM",
"label_subtype": "amm"
}
},
{
"accountAddress": "TokenAccountAddress456",
"ownerAddress": "BRwMfwzJG3aQpr9JZPk5GbZkZSfVW4vBqqTDjykn3bgB",
"alias": "Jupiter Exchange",
"amount": 750000,
"percentage": 7.5,
"label_info": {
"label_type": "dex",
"label_name": "Jupiter Exchange",
"label_subtype": "swap"
}
}
]
}Number of tokens launched by the same developer in 24 hours
3
Token metadata information including name, symbol, links, and other details
