Cyberscan

A convenient tool that helps investors to quickly gain insight into a given project

Cyberscan V2

POST https://www.cyberscope.io/api/cyberscan

This API endpoint provides detailed information about an address, including automated smart contract audit and security analysis. By submitting a POST request to this endpoint, users can retrieve comprehensive data related to the project's audit scores, smart contract details, market performance, social media presence, and more.

The request body must contain the contract's address (address), and either the network identifier (network) or the chain id (chainId) that the address is deployed.

Example: https://www.cyberscope.io/cyberscan?address=0xd41c4805a9a3128f9f7a7074da25965371ba50d5&chainId=56

Request body example: { "address": "0xd41c4805a9a3128f9f7a7074da25965371ba50d5", "network": "BSC" }

Rate Limit

The endpoint has a rate limit of 5 calls/minute, you may get a key for unrestricted access by contacting us at @raf_cyberscope.

Headers

Request Body

```json
{
  "auditLayout": {
    "network": "ETH",
    "address": "0x95ad61b0a150d79219dcf64e1e6cc01f0b64c4ce",
    "id": "65414ba50f32ceb989ec83fc",
    "slug": "coin-shiba-inu",
    "addressDetails": {
      "0xf3b0073e3a7f747c7a38b36b805247b222c302a3": {
        "balance": 41479504164811.53,
        "contract": false,
        "label": ""
      },
      "0xf977814e90da44bfa03b6295a0616a897441acec": {
        "balance": 31335830403834.848,
        "contract": false,
        "label": "Binance 8"
      },
      "0xdac17f958d2ee523a2206206994597c13d831ec7": {
        "balance": 73323602.02657662,
        "contract": true,
        "label": "USDT Blacklist"
      }
      ...
    },
    "auditScore": 61,
    "auditSlug": "",
    "bitcointalk": "",
    "coingecko": {
      "rank": 11,
      "id": "shiba-inu"
    },
    "coinmarketcap": {
      "rank": 10,
      "slug": "shiba-inu"
    },
    "coinscope": null,
    "communityScore": 89,
    "contract": {
      "updatedAt": "2024-03-07T11:32:15.104Z",
      "network": "ETH",
      "address": "0x95ad61b0a150d79219dcf64e1e6cc01f0b64c4ce",
      "contractName": "TokenMintERC20Token",
      "contractVersion": "v0.5.0+commit.1d4f565a",
      "runs": "200",
      "licenseType": "None",
      "proxy": false,
      "unverified": false,
      "renounced": false,
      "contractOwner": "",
      "decimals": 18,
      "deadAmount": 4.33516340542416e28,
      "symbol": "SHIB",
      "totalSupply": 9.999823677099227e32,
      "error": "",
      "commonAddresses": [],
      "geckoTerminalUrl": "https://www.geckoterminal.com/eth/pools/0xcf6daab95c476106eca715d48de4b13287ffdeaa",
      "geckoTerminalUrlUpdatedAt": "2024-03-07T11:32:15.104Z"
    },
    "createdAt": "2023-10-31T18:47:00.930Z",
    "decentralisationScore": 73,
    "description": "Shiba Inu (SHIB) is a cryptocurrency and operates on the Ethereum platform. Shiba Inu has a current supply of 589,534,086,491,242.2 with 589,289,410,812,691 in circulation. The last known price of Shiba Inu is 0.0000333 USD and is down -6.42 over the last 24 hours. It is currently trading on 753 active market(s) with $6,531,894,161.54 traded over the last 24 hours. More information can be found at https://shibatoken.com/.",
    "dextools": {
      "chain": "ether",
      "pair": "0xcf6daab95c476106eca715d48de4b13287ffdeaa"
    },
    "discord": "https://discord.com/invite/shibatoken",
    "domainInfo": {
      "lighthouse": {
        "audits": {
          "is-on-https": {
            "title": "Uses HTTPS",
            "description": "All sites should be protected with HTTPS, even ones that don't handle sensitive data. This includes avoiding [mixed content](https://developers.google.com/web/fundamentals/security/prevent-mixed-content/what-is-mixed-content), where some resources are loaded over HTTP despite the initial request being served over HTTPS. HTTPS prevents intruders from tampering with or passively listening in on the communications between your app and your users, and is a prerequisite for HTTP/2 and many new web platform APIs. [Learn more about HTTPS](https://developer.chrome.com/docs/lighthouse/pwa/is-on-https/).",
            "score": 1
          },
          ...
        },
        "metrics": {
          "performance": 0.35,
          "accessibility": 0.86,
          "bestPractices": 0.95,
          "seo": 0.8,
          "pwa": 0.29,
          "security": 0.78
        }
      },
      "whois": {
        "creationDate": "2020-08-03T18:18:25.000Z"
      },
      "dns": {
        "missingSPF": false,
        "missingDMARC": true,
        "missingDKIM": true,
        "ineffectiveSPF": false,
        "softfailWithoutDMARC": true,
        "nameServerVersion": false,
        "recursiveQueries": false,
        "cNameInNS": false,
        "mxPrivateIPs": false,
        "mxInvalidChars": false
      }
    },
    "facebook": "",
    "fundamentalsScore": 71.41014555507482,
    "github": "https://github.com/shytoshikusama",
    "githubRepositoryStats": {
      "stars": 80,
      "repositoryAge": "2021-04-30T23:49:52.000Z",
      "forks": 15,
      "openIssues": 3,
      "watchers": 80,
      "commits": 1,
      "contributionsPerDay": [
        {
          "days": [0, 0, 0, 0, 0, 0, 0],
          "total": 0,
          "week": 1673136000
        },
        ...
        {
          "days": [0, 0, 0, 0, 0, 0, 0],
          "total": 0,
          "week": 1703980800
        }
      ],
      "owner": "shytoshikusama",
      "repo": "shibawoofpaper"
    },
    "logo": "https://s2.coinmarketcap.com/static/img/coins/64x64/5994.png",
    "marketScore": 97,
    "marketcap": 21357796344.245384,
    "name": "Shiba Inu",
    "pools": {
      "pairs": [
        {
          "token": "0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2",
          "worth": 11917836.335988829,
          "reserve0": 190051077643.0175,
          "reserve1": 1576.5515649175074,
          "address": "0xcf6daab95c476106eca715d48de4b13287ffdeaa",
          "factory": "0x115934131916c8b277dd010ee02de363c09d037c"
        },
        ...
      ],
      "tokens": [
        {
          "address": "0x95ad61b0a150d79219dcf64e1e6cc01f0b64c4ce",
          "decimals": 18,
          "symbol": "SHIB",
          "name": "SHIBA INU"
        },
        ...
      ],
      "dexes": [
        {
          "address": "0x5c69bee701ef814a2b6a3edd4b1652cb9cc5aa6f",
          "name": "Uniswap",
          "icon": "assets/images/swap/uniswap.png"
        },
        ...
      ]
    },
    "price": 0.0000362433058398093,
    "projectAge": "2020-08-01T00:00:00.000Z",
    "rank": "Very Low",
    "rawAuditScore": 61,
    "rawCommunityScore": 89,
    "rawDecentralisationScore": 73,
    "rawFundamentalsScore": 100,
    "rawMarketScore": 100,
    "rawSecurityScore": 100,
    "rawTotalScore": null,
    "reddit": "https://reddit.com/r/SHIBArmy",
    "securityScore": 97,
    "similarity": {
      "ranks": [],
      "contracts": [
        {
          "name": "IERC20",
          "start": 322,
          "end": 2947,
          "score": 0.9611562782294489,
          "origin": "openzeppelin",
          "file": "IERC20.sol"
        }
      ]
    },
    "slowPollUpdatedAt": "2024-03-02T18:12:45.761Z",
    "smartAudit": {
      "burn": [
        {
          "range": [16196, 16272]
        }
      ],
      "mint": [],
      "blacklist": [],
      "blacklistMany": [],
      "whitelist": [],
      "setFees": [],
      "maxTxAmount": [],
      "pause": [],
      "cooldown": [],
      "reflections": false,
      "rebase": false,
      "pinksaleAntiBot": false,
      "autogeneratedPool": false,
      "dividendDistributor": false,
      "buyback": false,
      "safeMath": true,
      "redundantSafeMath": false,
      "nonImmutables": [],
      "nonDescriptiveErrorMessages": [],
      "multiplePragmaVersions": [
        {
          "range": [140, 162]
        },
        {
          "range": [3016, 3038]
        }
      ],
      "interfaces": 1,
      "libraries": 1,
      "contracts": 2,
      "versions": ["^0.5.0"],
      "lines": 492
    },
    "socialCounters": {
      "twitter": 3821353,
      "reddit": 500277,
      "telegram": 135735
    },
    "taxes": {
      "buyTax": 0,
      "buyDeadTax": 0,
      "buyContractTax": 0,
      "sellTax": 0,
      "sellDeadTax": 0,
      "sellContractTax": 0
    },
    "telegram": "https://t.me/ShibaInu_Dogecoinkiller",
    "tokenCreation": {
      "contractCreator": "0xb8f226ddb7bc672e27dffb67e4adabfa8c0dfa08",
      "value": 0.11649382,
      "generatedAt": "2020-07-31T18:32:43.000Z",
      "txHash": "0x0a4022e61c49c59b2538b78a6c7c9a0e4bb8c8fce2d1b4a725baef3c55fb7363"
    },
    "topHolders": {
      "total": 1379358,
      "addresses": [
        "0xdead000000000000000042069420694206942069",
        "0xf3b0073e3a7f747c7a38b36b805247b222c302a3",
        ...
      ]
    },
    "totalScore": 88,
    "tradingVolume": 12588389493.276056,
    "twitter": "https://twitter.com/shibtoken",
    "updatedAt": "2024-03-07T11:32:18.553Z",
    "website": "https://shibatoken.com/",
    "expiresAt": null,
    "linkedin": "",
    "medium": "https://medium.com/@allhailtheshiba/all-hail-the-shiba-an-experiment-in-decentralization-87e3792e92f2",
    "price30": 303.0117818,
    "price60": 278.1943158,
    "auditFindings": null,
    "auditScoreHistory": [
      {
        "v": 61,
        "t": "2024-02-09T20:53:14.795Z"
      },
      ...
    ],
    "auditScorePercentile": 31.10728524827836,
    "communityScoreHistory": [
      {
        "v": 90,
        "t": "2024-02-09T20:53:14.795Z"
      },
      ...
    ],
    "communityScorePercentile": 88.34722725625227,
    "decentralisationScoreHistory": [
      {
        "v": 73,
        "t": "2024-02-09T20:53:14.795Z"
      },
      ...
    ],
    "decentralisationScorePercentile": 84.31496919173614,
    "fundamentalsScoreHistory": [
      {
        "v": 70.77285787496004,
        "t": "2024-02-09T20:53:14.795Z"
      },
      ...
    ],
    "fundamentalsScorePercentile": 81.77781805001813,
    "marketScoreHistory": [
      {
        "v": 97,
        "t": "2024-02-09T20:53:14.795Z"
      },
      ...
    ],
    "marketScorePercentile": 99.85501993475897,
    "securityScoreHistory": [
      {
        "v": 97,
        "t": "2024-02-09T20:53:14.795Z"
      },
      ...
    ],
    "securityScorePercentile": 99.88220369699167,
    "totalScorePercentile": 99.9003262051468,
    "totalScoresHistory": [
      {
        "v": 88,
        "t": "2024-02-09T20:53:14.795Z"
      },
      ...
    ],
    "addressDescriptors": [
      {
        "network": "ETH",
        "address": "0x95ad61b0a150d79219dcf64e1e6cc01f0b64c4ce"
      }
    ],
    "discordMembers": 146290,
    "discordMembersHistory": [
      {
        "v": 145946,
        "t": "2024-02-09T20:53:14.795Z"
      },
      ...
    ],
    "facebookLikes": null,
    "facebookLikesHistory": [],
    "redditMembers": 500277,
    "redditMembersHistory": [
      {
        "v": 500277,
        "t": "2024-03-07T11:32:18.550Z"
      }
    ],
    "telegramMembers": 135735,
    "telegramMembersHistory": [
      {
        "v": 140133,
        "t": "2024-02-09T20:53:14.795Z"
      },
      ...
    ],
    "topHoldersHistory": [
      {
        "v": 1382318,
        "t": "2024-02-09T20:53:14.795Z"
      },
      ...
    ],
    "twitterFollowers": 3821353,
    "twitterFollowersHistory": [
      {
        "v": 3745687,
        "t": "2024-02-09T20:53:14.795Z"
      },
      ...
    ],
    "geckoTerminalUrl": "https://www.geckoterminal.com/eth/pools/0xcf6daab95c476106eca715d48de4b13287ffdeaa"
  },
  "auditResource": null
}

```

Cyberscan V1 (Deprecated)

POST https://www.coinscope.co/api/search/contract

Creates an automated audit report and similarity analysis for an address or a source code.

Example: https://www.cyberscope.io/cyberscan?address=0xd41c4805a9a3128f9f7a7074da25965371ba50d5&chainId=56

Address type request example: { "type": "address", "address": "0xd41c4805a9a3128f9f7a7074da25965371ba50d5", "network": "BSC" }

Source code type request example: { "type": "source", "source": "contract ERC20 {...}" }

Request Body

```json
{
 // the smartAudit locations are pairs of the start and 
 // last index of the finding in the source code
 
  "score": 89, // the total score as the cyberscan has evaluated the token
  "rank": "Very Low", // the score described by a label
 
 "smartAudit": {
    "burn": [], // The locations of the coin that contain burn token methods
    "mint": [], // The locations of the coin that contain mint token methods
    "blacklist": [], // The locations of the coin that contain blacklist methods
    "blacklistMany": [], // The locations of the coin that contain blacklist methods with multiple addresses
    "whitelist": [], // The locations of the coin that contain whitelist of addresses methods
    "setFees": [{ "range": [35962, 36057] }, { "range": [36194, 36305] }], // The locations of the coin that contain set fees methods
    "maxTxAmount": [ // The locations of the coin that contain methods that set the maximum transferred amount
      { "range": [36481, 36616] },
      { "range": [52431, 52603] },
      { "range": [52612, 52817] }
    ],
    "pause": [], // The locations of the coin that contain pause transfers methods
    "cooldown": [], // The locations of the coin that contain cooldown methods. Methods that throttle the tranfers.
    "reflections": true, // If the coin contains the reflection feature
    "rebase": false, // If the coin contains the rebase feature
    "pinksaleAntiBot": false, // If the coin contains a Pinksale antibot mechanism
    "autogeneratedPool": true, // If the coin contains the autogenerated liquidity pool feature
    "dividendDistributor": false, // If the coin contains a dividend distributor feature
    "buyback": false, // If the coin contains the buyback feature
    "safeMath": true, // If the coin includes the SafeMath library
    "redundantSafeMath": true, // If the SafeMath library is redundant because of the solidity version
    "redundantStorage": [], // The locations of the coin that contain the storage keyword in view or pure methods.
    "interfaces": 5, // The number of interfaces that the coin includes
    "contracts": 4, // The number of contracts that the coin includes
    "versions": ["0.8.9"], // The versions that is required by the coin
    "taxesLoaded": true, // If the tax report is available
    "buyTax": 5, // The total buy tax
    "buyDeadTax": 0, // The buy tax that goes to the dead address
    "buyContractTax": 2, // The buy tax that goes to the contract address
    "sellTax": 5, // The total sell tax
    "sellDeadTax": 0, // The sell tax that goes to the dead address
    "sellContractTax": 2, // The sell tax that goes to the contract address
    "lines": 1702 // The number of lines of the source code
  },
  
  "ranks": [
    {
      "score": 0.9059958539307925, // Similarity score, 1 is identical
      "origin": "dxsale", // The platform that the source code belongs
      "file": "LiquidityGeneratorToken.sol" // The name of the file
    },
    {
      "score": 0.8868468468468469,
      "origin": "dxsale",
      "file": "DxFeeToken.sol"
    },
    {
      "score": 0.8832600410436822,
      "origin": "pinksaleLegacy",
      "file": "AntiBotLiquidityGeneratorToken.sol"
    }
  ],
  
  // The contract field is available only in the type="address"
  "contract": {
    "id": "623f300dd8d104d6a5aa1d15",
    "updatedAt": "2023-02-13T08:16:36.355Z",
    "createdAt": "2022-03-28T10:15:39.582Z",
    "totalSupply": 100000000, // the total supply of the coin
    "deadAmount": 8696662, // the total tokens in the dead addresses
    "decimals": 18,
    "source": "The source code of the coin",
    "network": "BSC",  // ETH, BSC, MATIC, AVAX, CRO, DOGE, ONE, FTM, KCC, TRX, XRP, SOL, AME, VLX, HT, ROSE, MOVR, GLMR, CELO, ARBITRUM, ETC, XDAI, OPTIMISM
    "address": "0xd41c4805a9a3128f9f7a7074da25965371ba50d5",
    "contractName": "Coinscope",
    "contractVersion": "v0.8.9+commit.e5eed63a",
    "runs": "200",
    "licenseType": "Unlicense",
    "proxy": false,
    "contractOwner": "0x0e4e946be092248e66bfaaff599bf82ef4062a2f",
    "unverified": false, // if the coin code is not verified
    "renounced": false, // if the ownership belongs to the dead address    
    "symbol": "COINSCOPE",
    "commonAddresses": [ // addresses that are related to the token
        {
            "name": "marketingWallet",
            "address": "0xC1309fcC46435551BC0752484D8Af657a9945207"
        }
    ]
  },  
  
  // The coin field is optionally returned if the coin address is 
  // listed on the coinscope. It provides useful information about the coin
  "coin": {
    "name": "The name of the token",
    "symbol": "coinscope",
    "icon": "https://firebasestorage.googleapis.com/v0/b/coinscopeassets.appspot.com/o/1636569818560_9a21b28c-e632-4a78-b4bb-0cafafc559bf?alt=media&token=3809731e-7387-4113-a138-2dc4cf37532f",
    "address": "0xd41c4805a9a3128f9f7a7074da25965371ba50d5",
    "network": "BSC",
    "customSwap": "", // Optional, if the coin has a custom swap platform
    "customChart": "", // Optionally, if the coin has a custom price chart link
    "deployedAt": "2021-11-17T18:00:00.000Z", // The date that the coin started trading
    "createdAt": "2021-11-10T18:54:54.946Z", // The date that the coin listed in Coinscope
    "recentVotes": 3, // The votes that the coin received in the last day
    "totalVotes": 795974, // The total votes that the coin has received
    "slug": "coinscope", // The slug of the coin
    "promoted": false, // If the coin is currently advertising in Coinscope platform
    "facebook": "https://www.facebook.com/Coinscopecrypto",
    "instagram": "https://www.instagram.com/coinscopecrypto/",
    "reddit": "",
    "telegram": "",
    "discord": "",
    "telegramGroup": "https://t.me/coinscope_announce",
    "watchlists": 9007, // How many users have whitelisted the coin
    "badges": ["airdrop", "kyc", "audit", "todaysBest", "vote5000", "kyc"], Optional badges that the coin has received.
    "price": "0.000012715308991525", // The coin price in the native pair. For instance, in the BSC chain, 10 token are 0.04 BNB
    "dollarPrice": "$0.0036", // The coin price in dollar
    "marketcap": "$331,030", // The marketcap of the coin
    "coingecko": "https://www.coingecko.com/en/coins/coinscope", // The link of the Coingecko if it is listed
    "cmc": "https://coinmarketcap.com/currencies/coinscope", // The link of the Coinmarketcap if it is listed
    "priceChanges": {
      "hour24": 1.55, // price before 24 hours
      "hour1": -0.01, // price before 1 hour
      "min1d": "$0.003570134970115489", // minimum price in the last 24 hours
      "max1d": "$0.00369198043474592" // maximum price in the last 24 hours
    }
  },
  
"pools": {
    "pairs": [
        {
            "token": "0xbb4cdb9cbd36b01bd1cbaebf2de08d9173bc095c",
            "worth": 206930.35828985792,
            "reserve0": 49692197.451479174,
            "reserve1": 485.0773825016766,
            "address": "0xad1ba361e6db979e367aebcb32cb47485877dd0e",
            "factory": "0xca143ce32fe78f1f7019d7d551a6402fc5350c73"
        },
        {
            "token": "0xbb4cdb9cbd36b01bd1cbaebf2de08d9173bc095c",
            "worth": 4490.140880722701,
            "reserve0": 1077211.5441007973,
            "reserve1": 10.562782722676808,
            "address": "0xd001369a2f74d8a6cac9eb0d5299daf3ad43c160",
            "factory": "0x0841bd0b734e4f5853f0dd8d7ea041c241fb0da6"
        },
        {
            "token": "0xbb4cdb9cbd36b01bd1cbaebf2de08d9173bc095c",
            "worth": 4199.662668878201,
            "reserve0": 981664.7159093919,
            "reserve1": 9.690896879683272,
            "address": "0x6007c7869acea062e209c77b6375cb9e3cb9a181",
            "factory": "0x858e3312ed3a876947ea49d572a7c42de08af7ee"
        }
    ],
    "tokens": [
        {
            "address": "0xd41c4805a9a3128f9f7a7074da25965371ba50d5",
            "decimals": 18,
            "symbol": "COINSCOPE",
            "name": "Coinscope"
        },
        {
            "address": "0xbb4cdb9cbd36b01bd1cbaebf2de08d9173bc095c",
            "decimals": 18,
            "symbol": "WBNB",
            "name": "Wrapped BNB"
        }
    ],
    "dexes": [
        {
            "address": "0xca143ce32fe78f1f7019d7d551a6402fc5350c73",
            "name": "Pancakeswap",
            "icon": "assets/images/swap/pancakeswap.png"
        },
        {
            "address": "0x0841bd0b734e4f5853f0dd8d7ea041c241fb0da6",
            "name": "ApeSwap",
            "icon": "assets/images/swap/apeswap.png"
        },
        {
            "address": "0x858e3312ed3a876947ea49d572a7c42de08af7ee",
            "name": "BiSwap",
            "icon": "assets/images/swap/biswap.png"
        }
    ]
}

```

Last updated