Skip to main content
GET
/
2
/
token
/
security
Get Token Security Information
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>"
}

Query Parameters

blockchain
string

Blockchain name or chain ID

address
string
required

Token contract address

Response

200 - application/json

Token security response with holdings, fees, and transfer restrictions

data
object
required
hostname
string