API Reference
DBot OfficialDBot DashboardPricing

Pool / Pair Safety Info

This API is used to get the freeze authority / Mint authority / Dev holding status / top 10 holding rate information

FreePlusProEnterpriseCredit Usage
10

Response data

{
  "err": false, // Error or not
  "res": {
    "id": "6fsbYzB8WVmb4ws7qpTc6womMWRSfsS3EBsZWJ3p8R5J", // Trading pair address
    "mint": "CvTHgfqRZb8DMxv8N5XNfwhAkzU3hXLSaKR47hCdaos", // Token address
    "safetyInfo": { // Security information
      "devPosition": "cleared",
      "canFrozen": false, // "true" means the token can be frozen
      "freezeAuthority": true,
      "canMint": false, // "true" means the token can be minted
      "mintAuthority": true,
      "top10HolderRate": 0.00027405864288 // Percentage held by the top 10 holders
    },
    "token": "CvTHgfqRZb8DMxv8N5XNfwhAkzU3hXLSaKR47hCdaos", // Token address
    "_id": "6fsbYzB8WVmb4ws7qpTc6womMWRSfsS3EBsZWJ3p8R5J" 
  }
}
Language