What this endpoint does
With this API, you can:- Retrieve comprehensive token security information for a token on EVM and Solana chains
- Return data about contract and burned holdings where supported
- Return buy and sell fee percentages
- Return transfer restrictions like max wallet, max buy, max sell, and max transfer where supported
- Return holder concentration signals like top 10 and top 50 holdings percentages
- Return contract risk indicators such as honeypot, blacklist, pausability, minting, and balance manipulation flags
- Return static code analysis status for verified EVM contracts when available
What you’ll need
- Basic knowledge of REST APIs
- A token address
- A Mobula API key
Get a free API key: Here Optional:
- DexScreener (to find token addresses to test)
When to use Token Security
Use this endpoint when you want to:- Run due diligence checks before trading or integrating a token
- Detect restrictive mechanics like honeypots, blacklists, or transfer pauses
- Evaluate fee structures that can make trading expensive
- Assess holder concentration risk using top holder distribution fields
- Check whether a token can be minted or frozen by an authority
- Display safety badges or warnings in community tools and dashboards
Walkthrough to Get Token Security
1. Prepare your query
The Token Security endpoint requires two parameters:| Parameter | Description |
|---|---|
blockchain | Blockchain name or chain ID (example: evm:1, solana:solana, ethereum, bsc, base) |
address | Token contract address (EVM) or token mint address (Solana) |
2. Find a token address to test with DexScreener
To get a real token address:- Open DexScreener
- Pick a token
- Open its token page (or open a pair page for the token)
- Copy the token contract address (or Solana mint address)
address parameter.
3. Fill the API form
Enter the blockchain and paste the token address intoaddress, then click Send.
Reviewing the response
Here are the key fields to interpret in the token security response: Core identifiersaddress/chainId: Token contract address and chain identifier
contractHoldingsPercentage: Percentage of total supply held by the contract itself when availableburnedHoldingsPercentage: Percentage of supply burned when availableburnRate: Burn ratio as a decimal string when provided
top10HoldingsPercentage/top50HoldingsPercentage/top100HoldingsPercentage/top200HoldingsPercentage: Holder concentration signals. Higher concentration can indicate control risk.
buyFeePercentage/sellFeePercentage: Fee percentages applied on buy or sell transactions
maxWalletAmountRaw: Maximum wallet balance limit when presentmaxBuyAmountRaw/maxSellAmountRaw: Max buy or sell size when presentmaxTransferAmountRaw: Max transfer amount when present
isHoneypot: Honeypot detection signal when availabletransferPausable: Whether transfers can be pausedisBlacklisted/isWhitelisted: Whether the contract includes blacklist or whitelist mechanicsbalanceMutable: Whether balances can be arbitrarily modifiedmodifyableTax: Whether fees can be changed after deploymentselfDestruct: Whether the contract can self-destruct
isMintable: Whether supply can be mintedisFreezable: Whether accounts can be frozen on chains that support it
staticAnalysisStatus: Status of AI-powered static analysis for eligible EVM contractsstaticAnalysisDate: When analysis was last performed if completed
renounced: Ownership renounced signal when availablelocked: LP lock ratio when providedlowLiquidity: Low liquidity warning field when presentliquidityBurnPercentage: Percent of LP tokens burned when availableisLaunchpadToken: Whether the token originated from a bonding curve or launchpad mechanismproTraderVolume24hPercentage: Estimated share of 24h volume from terminal UI flows
Try It Live with Mobula Token Security Demo (UI)
You can also test this endpoint using our demo UI: Demo UI Homepage Token Security Demo UI DocsSummary
The Token Security endpoint helps you:- Retrieve security signals for a token by blockchain and contract address
- Detect red flags like honeypots, blacklists, transfer pauses, minting, and balance manipulation
- Evaluate fees, holder concentration, and optional static analysis results when available
- Visualize security data instantly in the Token Security Demo UI
Try Mobula for Free
Try our free API today and start building in minutes.Get your free API key: Here