curl --request GET \
--url https://demo-api.mobula.io/api/2/token/security{
"data": {
"address": "<string>",
"chainId": "<string>",
"contractHoldingsPercentage": 123,
"contractBalanceRaw": "<string>",
"burnedHoldingsPercentage": 123,
"totalBurnedBalanceRaw": "<string>",
"buyFeePercentage": 123,
"sellFeePercentage": 123,
"maxWalletAmountRaw": "<string>",
"maxSellAmountRaw": "<string>",
"maxBuyAmountRaw": "<string>",
"maxTransferAmountRaw": "<string>",
"isLaunchpadToken": true,
"top10HoldingsPercentage": 123,
"top50HoldingsPercentage": 123,
"top100HoldingsPercentage": 123,
"top200HoldingsPercentage": 123,
"isMintable": true,
"isFreezable": true,
"proTraderVolume24hPercentage": 123,
"transferPausable": true,
"isBlacklisted": true,
"isHoneypot": true,
"isNotOpenSource": true,
"renounced": true,
"locked": "<string>",
"isWhitelisted": true,
"balanceMutable": true,
"lowLiquidity": "<string>",
"burnRate": "<string>",
"modifyableTax": true,
"selfDestruct": true,
"staticAnalysisStatus": "completed",
"staticAnalysisDate": "<string>",
"liquidityBurnPercentage": 123,
"liquidityAnalysis": [
{
"poolAddress": "<string>",
"poolType": "<string>",
"burnedPercentage": 123,
"lockedPercentage": 123,
"contractPercentage": 123,
"unlockedPercentage": 123,
"topHolders": [
{
"address": "<string>",
"percentage": 123,
"type": "burned",
"protocol": "<string>"
}
]
}
]
},
"hostname": "<string>"
}Retrieve comprehensive security information for a token including contract holdings, burned tokens, trading fees, transfer restrictions, holder distribution analysis, contract risk indicators, and AI-powered static code analysis for verified EVM contracts.
curl --request GET \
--url https://demo-api.mobula.io/api/2/token/security{
"data": {
"address": "<string>",
"chainId": "<string>",
"contractHoldingsPercentage": 123,
"contractBalanceRaw": "<string>",
"burnedHoldingsPercentage": 123,
"totalBurnedBalanceRaw": "<string>",
"buyFeePercentage": 123,
"sellFeePercentage": 123,
"maxWalletAmountRaw": "<string>",
"maxSellAmountRaw": "<string>",
"maxBuyAmountRaw": "<string>",
"maxTransferAmountRaw": "<string>",
"isLaunchpadToken": true,
"top10HoldingsPercentage": 123,
"top50HoldingsPercentage": 123,
"top100HoldingsPercentage": 123,
"top200HoldingsPercentage": 123,
"isMintable": true,
"isFreezable": true,
"proTraderVolume24hPercentage": 123,
"transferPausable": true,
"isBlacklisted": true,
"isHoneypot": true,
"isNotOpenSource": true,
"renounced": true,
"locked": "<string>",
"isWhitelisted": true,
"balanceMutable": true,
"lowLiquidity": "<string>",
"burnRate": "<string>",
"modifyableTax": true,
"selfDestruct": true,
"staticAnalysisStatus": "completed",
"staticAnalysisDate": "<string>",
"liquidityBurnPercentage": 123,
"liquidityAnalysis": [
{
"poolAddress": "<string>",
"poolType": "<string>",
"burnedPercentage": 123,
"lockedPercentage": 123,
"contractPercentage": 123,
"unlockedPercentage": 123,
"topHolders": [
{
"address": "<string>",
"percentage": 123,
"type": "burned",
"protocol": "<string>"
}
]
}
]
},
"hostname": "<string>"
}