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. Supports multiple blockchains including Solana, Stellar, and EVM chains (Ethereum, BSC, Polygon, Arbitrum, Optimism, Base). For Solana, data reflects initial 10-hours window after mint. For EVM chains, analysis includes top holders and sniper detection. For Stellar, address must be in ‘CODE:ISSUER’ format.
Token contract address. For Solana: mint address. For EVM chains: ERC-20 token contract address. For Stellar 'CODE:ISSUER' format.
Blockchain network to analyze. Supported chains: sol (Solana), eth (Ethereum), bsc (BSC), pol (Polygon), arb (Arbitrum), opt (Optimism), base (Base), stellar (Stellar)
sol, eth, bsc, pol, arb, opt, base, stellar 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 <= 50000Successful 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