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,
    "transferFeePercentage": 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,
    "staticAnalysisDate": "<string>",
    "liquidityBurnPercentage": 123,
    "securityScore": 123,
    "securityScoreUpdatedAt": "<string>",
    "securityScoreDetails": {
      "base": 123,
      "killed": true,
      "killReason": "<string>",
      "hardKill": {
        "id": "<string>",
        "reason": "<string>",
        "description": "<string>",
        "meta": {}
      },
      "checks": [
        {
          "id": 8,
          "name": "<string>",
          "delta": 123,
          "rawDelta": 123,
          "cap": 123,
          "cexAdjusted": true,
          "meta": {}
        }
      ],
      "hardFloors": [
        {
          "id": "<string>",
          "description": "<string>",
          "maxScore": 123,
          "meta": {}
        }
      ],
      "cexMultiplier": 123,
      "tier1Cexes": [
        "<string>"
      ],
      "inputs": {
        "chainId": "<string>",
        "address": "<string>",
        "liquidityUSD": 123,
        "marketCapUSD": 123,
        "volume24hUSD": 123,
        "organicVolume24hUSD": 123,
        "organicRatio": 123,
        "priceChange24hPct": 123,
        "holdersCount": 123,
        "top10HoldingsPct": 123,
        "lpHoldingsPct": 123,
        "bundlersCount": 123,
        "bundlersHoldingsPct": 123,
        "insidersCount": 123,
        "insidersHoldingsPct": 123,
        "snipersCount": 123,
        "snipersHoldingsPct": 123,
        "devHoldingsPct": 123,
        "proTradersCount": 123,
        "proTradersHoldingsPct": 123,
        "deployerTokensCount": 123,
        "deployerMigrationsCount": 123,
        "migrationRate": 123,
        "tier1Cexes": [
          "<string>"
        ],
        "cexMultiplier": 123,
        "ageDays": 123,
        "bondedAgeDays": 123,
        "securityFlags": {},
        "securitySourcesAvailable": [
          "<string>"
        ],
        "liquidityMaxUSD": 123
      },
      "rawScore": 123,
      "finalScore": 123,
      "computedAt": "<string>"
    },
    "liquidityAnalysis": [
      {
        "poolAddress": "<string>",
        "poolType": "<string>",
        "burnedPercentage": 123,
        "lockedPercentage": 123,
        "contractPercentage": 123,
        "unlockedPercentage": 123,
        "topHolders": [
          {
            "address": "<string>",
            "percentage": 123,
            "protocol": "<string>"
          }
        ]
      }
    ]
  },
  "hostname": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.mobula.io/llms.txt

Use this file to discover all available pages before exploring further.

Query Parameters

chainId
string

Blockchain chain ID (e.g., "evm:56", "solana:solana")

address
string
required

Token contract address

Response

200 - application/json

Token security response with holdings, fees, and transfer restrictions

data
object
required
hostname
string