Skip to main content
GET
Get detailed early holder analysis for a token
Data availability: early holder analysis is limited by data provider retention. Solana covers tokens launched within the last 12 months; BSC covers tokens deployed within the last 3 months. Requests for older tokens return HTTP 200 with data_availability: "unsupported_token_age" and a human-readable data_availability_message. Tokens analyzed before the retention cutoff continue to return their stored results.

Authorizations

x-api-key
string
header
required

Path Parameters

address
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 Parameters

chain
enum<string>
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)

Available options:
sol,
eth,
bsc,
pol,
arb,
opt,
base,
stellar,
sui,
hedera
useCache
boolean
default:true

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

refetchData
boolean
default:false

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

maxHolders
integer
default:10000

Maximum number of holders to analyze (default: 10000)

Required range: x <= 50000

Response

Successful operation

token_address
string

Address of the analyzed token

Example:

"EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v"

token_mint_tx
string

Transaction hash of token mint

Example:

"4JqaQUsu5mRADKcHYCL9X1VNDEfZfTmbsXCTSuSJpBXgxbZGQYTHBvzdrHj11NfcDDVEXbELpnEZYVWfpnJ1mgU7"

token_mint_time
string<date-time>

Timestamp when token was minted

Example:

"2023-03-21T13:00:22.000Z"

minter
string

Address of token minter

Example:

"FRgKuRNLRxTzChEKYgFZc5UiEBvZrBYNcRdmbEbXeS17"

first_buyers_analysis
object
top_10_holders_analysis
object
Example:
dev_launched_tokens_in_24_hours
integer

Number of tokens launched by the same developer in 24 hours

Example:

3

sniper_analysis
object
metadata
object

Token metadata information including name, symbol, links, and other details