Tokens - Request

This endpoint fetches details for a specific token on a specified blockchain.

Token Information Endpoint

Get Token Information

GET https://check-api.quillai.network/api/v1/tokens/information/{tokenAddress}?{chainId}

{
    "tokenInformation": {
        "tokenAddress": "0xdAC17F958D2ee523a2206206994597C13D831ec7",
        "tokenName": "Tether USD",
        "tokenSymbol": "",
        "tokenImageLink": "https://assets.coingecko.com/coins/images/325/large/Tether.png?1668148663",
        "tokenCreationDate": "2017-11-28T00:41:21.000Z",
        "totalSupply": "39026949359.163005",
        "ownerAddress": "0xc6cde7c39eb2f0f0095f41570af89efc2c1ea828",
        "ownerBalance": "108983.76699",
        "creatorAddress": "0x36928500bc1dcd7af6a2b4008875cc336b927d57",
        "creatorBalance": "592.01",
        "tokenCategories": [
            "Stablecoins",
            "USD Stablecoin"
        ],
        "marketData": {
            "currentPriceUsd": "0.999898",
            "marketCapUsd": "83886972925",
            "pastOneDayHigh": "1.003",
            "pastOneDayLow": "0.993276"
        },
        "socialInformation": {
            "githubLinks": [],
            "twitter": {
                "name": "Tether_to",
                "followers": "383377"
            },
            "facebook": {
                "name": "tether.to",
                "likes": ""
            },
            "telegram": {
                "name": "",
                "users": ""
            },
            "reddit": {
                "url": "",
                "subscribers": ""
            }
        },
        "externalLinks": {
            "coinGeckoLink": "https://www.coingecko.com/en/coins/tether",
            "blockExplorerLink": "https://etherscan.io/token/0xdAC17F958D2ee523a2206206994597C13D831ec7",
            "geckoTerminal": "https://www.geckoterminal.com/eth/pools/0x4e68ccd3e89f51c3074ca5072bbac773960dfa36"
        }
    },
    "tokenScore": {
        "totalScorePercentage": "73.61",
        "codeScorePercentage": "-55.56",
        "marketScorePercentage": "95.65",
        "codeScore": {
            "achievedScore": "-37.50",
            "maxScore": "67.50",
            "minScore": "-135.00"
        },
        "marketScore": {
            "achievedScore": "220.00",
            "maxScore": "230.00",
            "minScore": "-130.00"
        }
    },
    "marketChecks": {
        "exchangabilityChecks": {
            "numberOfTradingPairs": {
                "number": "13",
                "risk": "Good To Have"
            },
            "currentLiquidity": {
                "number": "40498481157.817635",
                "risk": "Great To Have"
            },
            "availableDex": [
                {
                    "name": "UniswapV3",
                    "link": "https://app.uniswap.org/",
                    "liquidity": "131211667.7481637828886600478425011",
                    "pair": "0x4e68ccd3e89f51c3074ca5072bbac773960dfa36"
                },
                {
                    "name": "UniswapV2",
                    "link": "https://app.uniswap.org/",
                    "liquidity": "31924701.64613044",
                    "pair": "0x0d4a11d5eeaac28ec3f61d100daf4d40471f1852"
                },
                {
                    "name": "SushiSwapV2",
                    "link": "https://www.sushi.com/",
                    "liquidity": "9262635.88656701",
                    "pair": "0x06da0fd433c1a5d7a4faa01111c044910a184553"
                }
            ],
            "centralisedExchanges": [
                {
                    "name": "Binance",
                    "link": "https://www.binance.com/"
                },
                {
                    "name": "Bitfinex",
                    "link": "https://www.bitfinex.com/"
                },
                {
                    "name": "MEXC",
                    "link": ""
                }
            ]
        },
        "holdersChecks": {
            "holdersCount": {
                "number": "4494236",
                "risk": "Great To Have"
            },
            "keyHolders": [
                {
                    "address": "0xf977814e90da44bfa03b6295a0616a897441acec",
                    "percent": "5.51",
                    "isContract": "0",
                    "isLocked": "0",
                    "balance": "2150826691.546"
                },
                {
                    "address": "0x47ac0fb4f2d84898e4d9e7b4dab3c24507a6d503",
                    "percent": "3.13",
                    "isContract": "0",
                    "isLocked": "0",
                    "balance": "1220000115.495224"
                },
                {
                    "address": "0xa7a93fd0a276fc1c0197a5b5623ed117786eed06",
                    "percent": "2.58",
                       "isContract": "1",
                    "isLocked": "0",
                    "balance": "1006676309.532571"
                }
            ],
            "percentDistributed": {
                "topThree": {
                    "percent": "11.22",
                    "balance": "4377503116.573795",
                    "risk": ""
                },
                "topTen": {
                    "percent": "19.04",
                    "balance": "7432378686.400272",
                    "risk": ""
                },
                "owner": {
                    "percent": "0.00",
                    "balance": "108983.76699",
                    "risk": "Great To Have"
                },
                "creator": {
                    "percent": "0.00",
                    "balance": "592.01",
                    "risk": "Good To Have"
                }
            }
        },
        "liquidityChecks": {
            "totalLpSupply": "0.317268539043720569",
            "lpHolderCount": {
                "number": "2572",
                "risk": "Great To Have"
            },
            "keyLpHolders": [
                {
                    "address": "0x9e5405df8a23fa331b8e9c00f39e9b39860bfee4",
                    "percent": "60.16",
                    "isContract": "0",
                    "isLocked": "0",
                    "balance": "0.190855066915162277"
                },
                {
                    "address": "0xd7a51ff8357c210d11499e251b2849d1bb35cbc2",
                    "percent": "8.43",
                    "isContract": "0",
                    "isLocked": "0",
                    "balance": "0.026735221175764617"
                },
                {
                    "address": "0x069d2a5d415894b74c80650a5d67f09e28282b9d",
                    "percent": "6.41",
                    "isContract": "0",
                    "isLocked": "0",
                    "balance": "0.020327557887362157"
                }
            ],
            "percentDistributed": {
                "topThree": {
                    "percent": "74.99",
                    "balance": "0.237917845978289051",
                    "risk": ""
                },
                "topTen": {
                    "percent": "89.38",
                    "balance": "0.283581673702385308",
                    "risk": ""
                },
                "owner": {
                    "percent": "",
                    "balance": "",
                    "risk": ""
                },
                "creator": {
                    "percent": "",
                    "balance": "",
                    "risk": ""
                }
            },
            "liquidityLockedDetails": {
                "upcomingUnlockDetails": [
                    {
                        "balance": "",
                        "percent": "",
                        "time": "",
                        "risk": "",
                        "tag": "",
                    }
                ],
                "totalLiquidityPercentageLocked": {
                    "number": "0.00",
                    "risk": ""
                }
            }
        }
    },
    "codeChecks": {
        "ownershipChecks": {
            "ownerChangeBalance": {
                "description": "Owner can adjust holder balances",
                "risk": "Critical",
                "status": "1",
                "comment": ""
            },
            "isMintable": {
                "description": "Maximum token supply is modifiable",
                "risk": "Critical",
                "status": "1",
                "comment": ""
            },
            "selfDestruct": {
                "description": "No self-destruct mechanism",
                "risk": "Nice To Have",
                "status": "0",
                "comment": ""
            },
            "transferPausable": {
                "description": "Owner can pause token transfers",
                "risk": "Critical",
                "status": "1",
                "comment": ""
            },
            "slippageModifiable": {
                "description": "Buy/Sell tax rates are fixed",
                "risk": "Nice To Have",
                "status": "0",
                "comment": ""
            },
            "personalSlippageModifiable": {
                "description": "Slippage rate is uniform for all",
                "risk": "Nice To Have",
                "status": "0",
                "comment": ""
            }
        },
        "otherChecks": {
            "externalCall": {
                "description": "Engages external contracts",
                "risk": "Critical",
                "status": "1",
                "comment": ""
            },
            "isProxy": {
                "description": "No proxy contract usage",
                "risk": "Nice To Have",
                "status": "0",
                "comment": ""
            },
            "tradingCooldown": {
                "description": "Trade frequency is not restricted",
                "risk": "Nice To Have",
                "status": "0",
                "comment": ""
            },
            "cannotBuy": {
                "description": "Token purchasable from open market",
                "risk": "Nice To Have",
                "status": "0",
                "comment": ""
            },
            "cannotSellAll": {
                "description": "No token sale limits",
                "risk": "Nice To Have",
                "status": "0",
                "comment": ""
            },
            "isAntiWhale": {
                "description": "No Anti-Whale measures",
                "risk": "Nice To Have",
                "status": "0",
                "comment": ""
            }
        }
    },
    "honeypotDetails": [
        {
            "buyTax": {
                number: "0.00",
                risk: "Good To Have",
            },
            "sellTax": {
                number: "0.00",
                risk: "Good To Have",
            },
            "transferTax": {
                number: "0.00",
                risk: "Good To Have",
            },
            "isPairHoneypot": "0",
            "honeypotReason": "",
            "dex": "UniswapV2",
            "pair": ["0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48","0xdAC17F958D2ee523a2206206994597C13D831ec7"],
            "pairAddress": "0x3416cF6C708Da44DB2624D63ea0AAef7113527C6"
        }
    ]
}

Get Token Information

GET https://quillcheck-api-dev/api/v1/tokens/information/{tokenAddress}?{chainId}

{
    "tokenInformation": {
        "tokenAddress": "0xdAC17F958D2ee523a2206206994597C13D831ec7",
        "tokenName": "Tether USD",
        "tokenSymbol": "",
        "tokenImageLink": "https://assets.coingecko.com/coins/images/325/large/Tether.png?1668148663",
        "tokenCreationDate": "2017-11-28T00:41:21.000Z",
        "totalSupply": "39026949359.163005",
        "ownerAddress": "0xc6cde7c39eb2f0f0095f41570af89efc2c1ea828",
        "ownerBalance": "108983.76699",
        "creatorAddress": "0x36928500bc1dcd7af6a2b4008875cc336b927d57",
        "creatorBalance": "592.01",
        "tokenCategories": [
            "Stablecoins",
            "USD Stablecoin"
        ],
        "marketData": {
            "currentPriceUsd": "0.999898",
            "marketCapUsd": "83886972925",
            "pastOneDayHigh": "1.003",
            "pastOneDayLow": "0.993276"
        },
        "socialInformation": {
            "githubLinks": [],
            "twitter": {
                "name": "Tether_to",
                "followers": "383377"
            },
            "facebook": {
                "name": "tether.to",
                "likes": ""
            },
            "telegram": {
                "name": "",
                "users": ""
            },
            "reddit": {
                "url": "",
                "subscribers": ""
            }
        },
        "externalLinks": {
            "coinGeckoLink": "https://www.coingecko.com/en/coins/tether",
            "blockExplorerLink": "https://etherscan.io/token/0xdAC17F958D2ee523a2206206994597C13D831ec7",
            "geckoTerminal": "https://www.geckoterminal.com/eth/pools/0x4e68ccd3e89f51c3074ca5072bbac773960dfa36"
        }
    },
    "tokenScore": {
        "totalScorePercentage": "73.61",
        "codeScorePercentage": "-55.56",
        "marketScorePercentage": "95.65",
        "codeScore": {
            "achievedScore": "-37.50",
            "maxScore": "67.50",
            "minScore": "-135.00"
        },
        "marketScore": {
            "achievedScore": "220.00",
            "maxScore": "230.00",
            "minScore": "-130.00"
        }
    },
    "marketChecks": {
        "exchangabilityChecks": {
            "numberOfTradingPairs": {
                "number": "13",
                "risk": "Good To Have"
            },
            "currentLiquidity": {
                "number": "40498481157.817635",
                "risk": "Great To Have"
            },
            "availableDex": [
                {
                    "name": "UniswapV3",
                    "link": "https://app.uniswap.org/",
                    "liquidity": "131211667.7481637828886600478425011",
                    "pair": "0x4e68ccd3e89f51c3074ca5072bbac773960dfa36"
                },
                {
                    "name": "UniswapV2",
                    "link": "https://app.uniswap.org/",
                    "liquidity": "31924701.64613044",
                    "pair": "0x0d4a11d5eeaac28ec3f61d100daf4d40471f1852"
                },
                {
                    "name": "SushiSwapV2",
                    "link": "https://www.sushi.com/",
                    "liquidity": "9262635.88656701",
                    "pair": "0x06da0fd433c1a5d7a4faa01111c044910a184553"
                }
            ],
            "centralisedExchanges": [
                {
                    "name": "Binance",
                    "link": "https://www.binance.com/"
                },
                {
                    "name": "Bitfinex",
                    "link": "https://www.bitfinex.com/"
                },
                {
                    "name": "MEXC",
                    "link": ""
                }
            ]
        },
        "holdersChecks": {
            "holdersCount": {
                "number": "4494236",
                "risk": "Great To Have"
            },
            "keyHolders": [
                {
                    "address": "0xf977814e90da44bfa03b6295a0616a897441acec",
                    "percent": "5.51",
                    "isContract": "0",
                    "isLocked": "0",
                    "balance": "2150826691.546"
                },
                {
                    "address": "0x47ac0fb4f2d84898e4d9e7b4dab3c24507a6d503",
                    "percent": "3.13",
                    "isContract": "0",
                    "isLocked": "0",
                    "balance": "1220000115.495224"
                },
                {
                    "address": "0xa7a93fd0a276fc1c0197a5b5623ed117786eed06",
                    "percent": "2.58",
                       "isContract": "1",
                    "isLocked": "0",
                    "balance": "1006676309.532571"
                }
            ],
            "percentDistributed": {
                "topThree": {
                    "percent": "11.22",
                    "balance": "4377503116.573795",
                    "risk": ""
                },
                "topTen": {
                    "percent": "19.04",
                    "balance": "7432378686.400272",
                    "risk": ""
                },
                "owner": {
                    "percent": "0.00",
                    "balance": "108983.76699",
                    "risk": "Great To Have"
                },
                "creator": {
                    "percent": "0.00",
                    "balance": "592.01",
                    "risk": "Good To Have"
                }
            }
        },
        "liquidityChecks": {
            "totalLpSupply": "0.317268539043720569",
            "lpHolderCount": {
                "number": "2572",
                "risk": "Great To Have"
            },
            "keyLpHolders": [
                {
                    "address": "0x9e5405df8a23fa331b8e9c00f39e9b39860bfee4",
                    "percent": "60.16",
                    "isContract": "0",
                    "isLocked": "0",
                    "balance": "0.190855066915162277"
                },
                {
                    "address": "0xd7a51ff8357c210d11499e251b2849d1bb35cbc2",
                    "percent": "8.43",
                    "isContract": "0",
                    "isLocked": "0",
                    "balance": "0.026735221175764617"
                },
                {
                    "address": "0x069d2a5d415894b74c80650a5d67f09e28282b9d",
                    "percent": "6.41",
                    "isContract": "0",
                    "isLocked": "0",
                    "balance": "0.020327557887362157"
                }
            ],
            "percentDistributed": {
                "topThree": {
                    "percent": "74.99",
                    "balance": "0.237917845978289051",
                    "risk": ""
                },
                "topTen": {
                    "percent": "89.38",
                    "balance": "0.283581673702385308",
                    "risk": ""
                },
                "owner": {
                    "percent": "",
                    "balance": "",
                    "risk": ""
                },
                "creator": {
                    "percent": "",
                    "balance": "",
                    "risk": ""
                }
            },
            "liquidityLockedDetails": {
                "upcomingUnlockDetails": [
                    {
                        "balance": "",
                        "percent": "",
                        "time": "",
                        "risk": "",
                        "tag": "",
                    }
                ],
                "totalLiquidityPercentageLocked": {
                    "number": "0.00",
                    "risk": ""
                }
            }
        }
    },
    "codeChecks": {
        "ownershipChecks": {
            "ownerChangeBalance": {
                "description": "Owner can adjust holder balances",
                "risk": "Critical",
                "status": "1",
                "comment": ""
            },
            "isMintable": {
                "description": "Maximum token supply is modifiable",
                "risk": "Critical",
                "status": "1",
                "comment": ""
            },
            "selfDestruct": {
                "description": "No self-destruct mechanism",
                "risk": "Nice To Have",
                "status": "0",
                "comment": ""
            },
            "transferPausable": {
                "description": "Owner can pause token transfers",
                "risk": "Critical",
                "status": "1",
                "comment": ""
            },
            "slippageModifiable": {
                "description": "Buy/Sell tax rates are fixed",
                "risk": "Nice To Have",
                "status": "0",
                "comment": ""
            },
            "personalSlippageModifiable": {
                "description": "Slippage rate is uniform for all",
                "risk": "Nice To Have",
                "status": "0",
                "comment": ""
            }
        },
        "otherChecks": {
            "externalCall": {
                "description": "Engages external contracts",
                "risk": "Critical",
                "status": "1",
                "comment": ""
            },
            "isProxy": {
                "description": "No proxy contract usage",
                "risk": "Nice To Have",
                "status": "0",
                "comment": ""
            },
            "tradingCooldown": {
                "description": "Trade frequency is not restricted",
                "risk": "Nice To Have",
                "status": "0",
                "comment": ""
            },
            "cannotBuy": {
                "description": "Token purchasable from open market",
                "risk": "Nice To Have",
                "status": "0",
                "comment": ""
            },
            "cannotSellAll": {
                "description": "No token sale limits",
                "risk": "Nice To Have",
                "status": "0",
                "comment": ""
            },
            "isAntiWhale": {
                "description": "No Anti-Whale measures",
                "risk": "Nice To Have",
                "status": "0",
                "comment": ""
            }
        }
    },
    "honeypotDetails": [
        {
            "buyTax": {
                number: "0.00",
                risk: "Good To Have",
            },
            "sellTax": {
                number: "0.00",
                risk: "Good To Have",
            },
            "transferTax": {
                number: "0.00",
                risk: "Good To Have",
            },
            "isPairHoneypot": "0",
            "honeypotReason": "",
            "dex": "UniswapV2",
            "pair": ["0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48","0xdAC17F958D2ee523a2206206994597C13D831ec7"],
            "pairAddress": "0x3416cF6C708Da44DB2624D63ea0AAef7113527C6"
        }
    ]
}

Get Token Information

GET https://quillcheck-api/api/v1/tokens/information/{tokenAddress}?{chainId}

Creates a new pet.

{
    "tokenInformation": {
        "tokenAddress": "0xdAC17F958D2ee523a2206206994597C13D831ec7",
        "tokenName": "Tether USD",
        "tokenSymbol": "",
        "tokenImageLink": "https://assets.coingecko.com/coins/images/325/large/Tether.png?1668148663",
        "tokenCreationDate": "2017-11-28T00:41:21.000Z",
        "totalSupply": "39026949359.163005",
        "ownerAddress": "0xc6cde7c39eb2f0f0095f41570af89efc2c1ea828",
        "ownerBalance": "108983.76699",
        "creatorAddress": "0x36928500bc1dcd7af6a2b4008875cc336b927d57",
        "creatorBalance": "592.01",
        "tokenCategories": [
            "Stablecoins",
            "USD Stablecoin"
        ],
        "marketData": {
            "currentPriceUsd": "0.999898",
            "marketCapUsd": "83886972925",
            "pastOneDayHigh": "1.003",
            "pastOneDayLow": "0.993276"
        },
        "socialInformation": {
            "githubLinks": [],
            "twitter": {
                "name": "Tether_to",
                "followers": "383377"
            },
            "facebook": {
                "name": "tether.to",
                "likes": ""
            },
            "telegram": {
                "name": "",
                "users": ""
            },
            "reddit": {
                "url": "",
                "subscribers": ""
            }
        },
        "externalLinks": {
            "coinGeckoLink": "https://www.coingecko.com/en/coins/tether",
            "blockExplorerLink": "https://etherscan.io/token/0xdAC17F958D2ee523a2206206994597C13D831ec7",
            "geckoTerminal": "https://www.geckoterminal.com/eth/pools/0x4e68ccd3e89f51c3074ca5072bbac773960dfa36"
        }
    },
    "tokenScore": {
        "totalScorePercentage": "73.61",
        "codeScorePercentage": "-55.56",
        "marketScorePercentage": "95.65",
        "codeScore": {
            "achievedScore": "-37.50",
            "maxScore": "67.50",
            "minScore": "-135.00"
        },
        "marketScore": {
            "achievedScore": "220.00",
            "maxScore": "230.00",
            "minScore": "-130.00"
        }
    },
    "marketChecks": {
        "exchangabilityChecks": {
            "numberOfTradingPairs": {
                "number": "13",
                "risk": "Good To Have"
            },
            "currentLiquidity": {
                "number": "40498481157.817635",
                "risk": "Great To Have"
            },
            "availableDex": [
                {
                    "name": "UniswapV3",
                    "link": "https://app.uniswap.org/",
                    "liquidity": "131211667.7481637828886600478425011",
                    "pair": "0x4e68ccd3e89f51c3074ca5072bbac773960dfa36"
                },
                {
                    "name": "UniswapV2",
                    "link": "https://app.uniswap.org/",
                    "liquidity": "31924701.64613044",
                    "pair": "0x0d4a11d5eeaac28ec3f61d100daf4d40471f1852"
                },
                {
                    "name": "SushiSwapV2",
                    "link": "https://www.sushi.com/",
                    "liquidity": "9262635.88656701",
                    "pair": "0x06da0fd433c1a5d7a4faa01111c044910a184553"
                }
            ],
            "centralisedExchanges": [
                {
                    "name": "Binance",
                    "link": "https://www.binance.com/"
                },
                {
                    "name": "Bitfinex",
                    "link": "https://www.bitfinex.com/"
                },
                {
                    "name": "MEXC",
                    "link": ""
                }
            ]
        },
        "holdersChecks": {
            "holdersCount": {
                "number": "4494236",
                "risk": "Great To Have"
            },
            "keyHolders": [
                {
                    "address": "0xf977814e90da44bfa03b6295a0616a897441acec",
                    "percent": "5.51",
                    "isContract": "0",
                    "isLocked": "0",
                    "balance": "2150826691.546"
                },
                {
                    "address": "0x47ac0fb4f2d84898e4d9e7b4dab3c24507a6d503",
                    "percent": "3.13",
                    "isContract": "0",
                    "isLocked": "0",
                    "balance": "1220000115.495224"
                },
                {
                    "address": "0xa7a93fd0a276fc1c0197a5b5623ed117786eed06",
                    "percent": "2.58",
                       "isContract": "1",
                    "isLocked": "0",
                    "balance": "1006676309.532571"
                }
            ],
            "percentDistributed": {
                "topThree": {
                    "percent": "11.22",
                    "balance": "4377503116.573795",
                    "risk": ""
                },
                "topTen": {
                    "percent": "19.04",
                    "balance": "7432378686.400272",
                    "risk": ""
                },
                "owner": {
                    "percent": "0.00",
                    "balance": "108983.76699",
                    "risk": "Great To Have"
                },
                "creator": {
                    "percent": "0.00",
                    "balance": "592.01",
                    "risk": "Good To Have"
                }
            }
        },
        "liquidityChecks": {
            "totalLpSupply": "0.317268539043720569",
            "lpHolderCount": {
                "number": "2572",
                "risk": "Great To Have"
            },
            "keyLpHolders": [
                {
                    "address": "0x9e5405df8a23fa331b8e9c00f39e9b39860bfee4",
                    "percent": "60.16",
                    "isContract": "0",
                    "isLocked": "0",
                    "balance": "0.190855066915162277"
                },
                {
                    "address": "0xd7a51ff8357c210d11499e251b2849d1bb35cbc2",
                    "percent": "8.43",
                    "isContract": "0",
                    "isLocked": "0",
                    "balance": "0.026735221175764617"
                },
                {
                    "address": "0x069d2a5d415894b74c80650a5d67f09e28282b9d",
                    "percent": "6.41",
                    "isContract": "0",
                    "isLocked": "0",
                    "balance": "0.020327557887362157"
                }
            ],
            "percentDistributed": {
                "topThree": {
                    "percent": "74.99",
                    "balance": "0.237917845978289051",
                    "risk": ""
                },
                "topTen": {
                    "percent": "89.38",
                    "balance": "0.283581673702385308",
                    "risk": ""
                },
                "owner": {
                    "percent": "",
                    "balance": "",
                    "risk": ""
                },
                "creator": {
                    "percent": "",
                    "balance": "",
                    "risk": ""
                }
            },
            "liquidityLockedDetails": {
                "upcomingUnlockDetails": [
                    {
                        "balance": "",
                        "percent": "",
                        "time": "",
                        "risk": "",
                        "tag": "",
                    }
                ],
                "totalLiquidityPercentageLocked": {
                    "number": "0.00",
                    "risk": ""
                }
            }
        }
    },
    "codeChecks": {
        "ownershipChecks": {
            "ownerChangeBalance": {
                "description": "Owner can adjust holder balances",
                "risk": "Critical",
                "status": "1",
                "comment": ""
            },
            "isMintable": {
                "description": "Maximum token supply is modifiable",
                "risk": "Critical",
                "status": "1",
                "comment": ""
            },
            "selfDestruct": {
                "description": "No self-destruct mechanism",
                "risk": "Nice To Have",
                "status": "0",
                "comment": ""
            },
            "transferPausable": {
                "description": "Owner can pause token transfers",
                "risk": "Critical",
                "status": "1",
                "comment": ""
            },
            "slippageModifiable": {
                "description": "Buy/Sell tax rates are fixed",
                "risk": "Nice To Have",
                "status": "0",
                "comment": ""
            },
            "personalSlippageModifiable": {
                "description": "Slippage rate is uniform for all",
                "risk": "Nice To Have",
                "status": "0",
                "comment": ""
            }
        },
        "otherChecks": {
            "externalCall": {
                "description": "Engages external contracts",
                "risk": "Critical",
                "status": "1",
                "comment": ""
            },
            "isProxy": {
                "description": "No proxy contract usage",
                "risk": "Nice To Have",
                "status": "0",
                "comment": ""
            },
            "tradingCooldown": {
                "description": "Trade frequency is not restricted",
                "risk": "Nice To Have",
                "status": "0",
                "comment": ""
            },
            "cannotBuy": {
                "description": "Token purchasable from open market",
                "risk": "Nice To Have",
                "status": "0",
                "comment": ""
            },
            "cannotSellAll": {
                "description": "No token sale limits",
                "risk": "Nice To Have",
                "status": "0",
                "comment": ""
            },
            "isAntiWhale": {
                "description": "No Anti-Whale measures",
                "risk": "Nice To Have",
                "status": "0",
                "comment": ""
            }
        }
    },
    "honeypotDetails": [
        {
            "buyTax": {
                number: "0.00",
                risk: "Good To Have",
            },
            "sellTax": {
                number: "0.00",
                risk: "Good To Have",
            },
            "transferTax": {
                number: "0.00",
                risk: "Good To Have",
            },
            "isPairHoneypot": "0",
            "honeypotReason": "",
            "dex": "UniswapV2",
            "pair": ["0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48","0xdAC17F958D2ee523a2206206994597C13D831ec7"],
            "pairAddress": "0x3416cF6C708Da44DB2624D63ea0AAef7113527C6"
        }
    ]
}

Query Parameters

Response Codes

Sample Response

{
    "tokenInformation": {
        "tokenAddress": "0xdAC17F958D2ee523a2206206994597C13D831ec7",
        "tokenName": "Tether USD",
        "tokenSymbol": "",
        "tokenImageLink": "https://assets.coingecko.com/coins/images/325/large/Tether.png?1668148663",
        "tokenCreationDate": "2017-11-28T00:41:21.000Z",
        "totalSupply": "39026949359.163005",
        "ownerAddress": "0xc6cde7c39eb2f0f0095f41570af89efc2c1ea828",
        "ownerBalance": "108983.76699",
        "creatorAddress": "0x36928500bc1dcd7af6a2b4008875cc336b927d57",
        "creatorBalance": "592.01",
        "tokenCategories": [
            "Stablecoins",
            "USD Stablecoin"
        ],
        "marketData": {
            "currentPriceUsd": "0.999898",
            "marketCapUsd": "83886972925",
            "pastOneDayHigh": "1.003",
            "pastOneDayLow": "0.993276"
        },
        "socialInformation": {
            "githubLinks": [],
            "twitter": {
                "name": "Tether_to",
                "followers": "383377"
            },
            "facebook": {
                "name": "tether.to",
                "likes": ""
            },
            "telegram": {
                "name": "",
                "users": ""
            },
            "reddit": {
                "url": "",
                "subscribers": ""
            }
        },
        "externalLinks": {
            "coinGeckoLink": "https://www.coingecko.com/en/coins/tether",
            "blockExplorerLink": "https://etherscan.io/token/0xdAC17F958D2ee523a2206206994597C13D831ec7",
            "geckoTerminal": "https://www.geckoterminal.com/eth/pools/0x4e68ccd3e89f51c3074ca5072bbac773960dfa36"
        }
    },
    "tokenScore": {

        "totalScore": {
            "percent": 100,
            "achievedScore": 570,
            "maxScore": 570,
            "minScore": -640
        },

        "codeScore": {
             "percent": 100,
            "achievedScore": 570,
            "maxScore": 570,
            "minScore": -640
        },
        "marketScore": {
             "percent": 100,
            "achievedScore": 570,
            "maxScore": 570,
            "minScore": -640
        }
    },
    "marketChecks": {
        "holdersChecks": {
            "holdersCount": {
                "number": 948391,
                "risk": {
                    "riskRating": 6,
                    "riskStatus": "Great To Have"
                }
            },
            "keyHolders": [
                {
                    "address": "0xf04a5cc80b1e94c69b48f5ee68a08cd2f09a7c3e",
                    "percent": 21.58,
                    "isContract": true,
                    "balance": "720198.493370077389635916"
                },
                {
                    "address": "0x2f0b23f53734252bda2277357e97e1517d6b042a",
                    "percent": 13.73,
                    "isContract": true,
                    "balance": "458401.321087650488008013"
                },
                {
                    "address": "0x030ba81f1c18d280636f32af80b9aad02cf0854e",
                    "percent": 5.33,
                    "isContract": true,
                    "balance": "177912.89662811853897102"
                },
                {
                    "address": "0x4d5f47fa6a74757f35c14fd3a6ef8e3c9bc514e8",
                    "percent": 3.51,
                    "isContract": true,
                    "balance": "117081.190376095232197326"
                },
                {
                    "address": "0xc3d688b66703497daa19211eedff47f25384cdc3",
                    "percent": 3.07,
                    "isContract": true,
                    "balance": "102419.204229633098457768"
                },
                {
                    "address": "0x08638ef1a205be6762a8b935f5da9b700cf7322c",
                    "percent": 2.95,
                    "isContract": true,
                    "balance": "98474.855983538386458708"
                },
                {
                    "address": "0x59cd1c87501baa753d0b5b5ab5d8416a45cd71db",
                    "percent": 2.46,
                    "isContract": true,
                    "balance": "82182.398651487645612032"
                },
                {
                    "address": "0xcbcdf9626bc03e24f779434178a73a0b4bad62ed",
                    "percent": 2.23,
                    "isContract": true,
                    "balance": "74527.872543928891174266"
                },
                {
                    "address": "0xba12222222228d8ba445958a75a0704d566bf2c8",
                    "percent": 1.67,
                    "isContract": true,
                    "balance": "55656.817620267665221955"
                },
                {
                    "address": "0x8eb8a3b98659cce290402893d0123abb75e3ab28",
                    "percent": 1.08,
                    "isContract": false,
                    "balance": "36135.033338210216853797"
                }
            ],
            "percentDistributed": {
                "topThree": {
                    "percent": 40.64,
                    "balance": "1356512.711085846416614949",
                    "risk": {
                        "riskRating": 7,
                        "riskStatus": "Unavailable"
                    }
                },
                "topTen": {
                    "percent": 57.61,
                    "balance": "1922990.083829007552590801",
                    "risk": {
                        "riskRating": 7,
                        "riskStatus": "Unavailable"
                    }
                },
                "owner": {
                    "percent": null,
                    "balance": "",
                    "risk": {
                        "riskRating": 7,
                        "riskStatus": "Unavailable"
                    }
                },
                "creator": {
                    "percent": 0,
                    "balance": "0.0042500000000001",
                    "risk": {
                        "riskRating": 6,
                        "riskStatus": "Great To Have"
                    }
                },
                "burnt": {
                    "percent": null,
                    "balance": null,
                    "risk": {
                        "riskRating": 7,
                        "riskStatus": "Unavailable"
                    }
                },
                "other": {
                    "percent": 100,
                    "balance": "3338074.20",
                    "risk": {
                        "riskRating": 7,
                        "riskStatus": "Unavailable"
                    }
                }
            }
        },
        "liquidityDescription": {
            "aggregatedInformation": {
                "totalLpSupplyInUsd": {
                    "number": "127040928.09",
                    "risk": {
                        "riskRating": 6,
                        "riskStatus": "Great To Have"
                    }
                },
                "lpHolderCount": {
                    "number": 9095,
                    "risk": {
                        "riskRating": 6,
                        "riskStatus": "Great To Have"
                    }
                },
                "tradingPairCount": {
                    "number": 276930,
                    "risk": {
                        "riskRating": 6,
                        "riskStatus": "Great To Have"
                    }
                },
                "keyLpHolders": [
                    {
                        "address": "0x18498ab9931c671742c4ff0ca292c1876cab7384",
                        "isContract": false,
                        "balanceInUsd": "29884247.54"
                    },
                    {
                        "address": "0x1a68f74f59405dcdb5dc994adab6c1708a3da898",
                        "isContract": false,
                        "balanceInUsd": "19496485.08"
                    },
                    {
                        "address": "0xb94d77f829dddc059f0e5a30140116801f3ee47a",
                        "isContract": false,
                        "balanceInUsd": "12665646.87"
                    },
                    {
                        "address": "0xcc4ea98876f3ee733712ac64137c34e637fc2dae",
                        "isContract": false,
                        "balanceInUsd": "9255799.39"
                    },
                    {
                        "address": "0x7fba4b8dc5e7616e59622806932dbea72537a56b",
                        "isContract": true,
                        "balanceInUsd": "3271580.47"
                    },
                    {
                        "address": "0xd7a51ff8357c210d11499e251b2849d1bb35cbc2",
                        "isContract": false,
                        "balanceInUsd": "2527710.75"
                    },
                    {
                        "address": "0xa1484c3aa22a66c62b77e0ae78e15258bd0cb711",
                        "isContract": true,
                        "balanceInUsd": "2512661.22"
                    },
                    {
                        "address": "0x8cdba7a500fd4d7b1b96d671373292f2fd49a320",
                        "isContract": false,
                        "balanceInUsd": "2360185.56"
                    },
                    {
                        "address": "0x79317fc0fb17bc0ce213a2b50f343e4d4c277704",
                        "isContract": false,
                        "balanceInUsd": "2162658.09"
                    },
                    {
                        "address": "0x0b6971e7d1edf1dfe4d501151d59a1f7ee30651e",
                        "isContract": false,
                        "balanceInUsd": "1489438.11"
                    }
                ],
                "liquidityLockedDetails": {
                    "upcomingUnlockDetails": [
                        {
                            "balance": "0.000000000202427098",
                            "percent": 0,
                            "time": "2023-04-25T15:05:06.000Z",
                            "risk": {
                                "riskRating": 7,
                                "riskStatus": "Unavailable"
                            },
                            "tag": "Team Finance"
                        },
                        {
                            "balance": "0.83876312459404429",
                            "percent": 0,
                            "time": "2021-08-21T09:50:54.000Z",
                            "risk": {
                                "riskRating": 7,
                                "riskStatus": "Unavailable"
                            },
                            "tag": "Unicrypt"
                        }
                    ]
                },
                "percentDistributed": {
                    "topThree": {
                        "percent": 48.84,
                        "balanceInUsd": "62046379.49",
                        "risk": {
                            "riskRating": 7,
                            "riskStatus": "Unavailable"
                        }
                    },
                    "topTen": {
                        "percent": 67.4,
                        "balanceInUsd": "85626413.08",
                        "risk": {
                            "riskRating": 7,
                            "riskStatus": "Unavailable"
                        }
                    },
                    "owner": {
                        "percent": 0,
                        "balanceInUsd": "0.00",
                        "risk": {
                            "riskRating": 7,
                            "riskStatus": "Unavailable"
                        }
                    },
                    "creator": {
                        "percent": 0,
                        "balanceInUsd": "0.00",
                        "risk": {
                            "riskRating": 7,
                            "riskStatus": "Unavailable"
                        }
                    },
                    "burnt": {
                        "percent": 0,
                        "balanceInUsd": "0.02",
                        "risk": {
                            "riskRating": 7,
                            "riskStatus": "Unavailable"
                        }
                    },
                    "locked": {
                        "percent": 0,
                        "balanceInUsd": "968.42",
                        "risk": {
                            "riskRating": 7,
                            "riskStatus": "Unavailable"
                        }
                    },
                    "other": {
                        "percent": 100,
                        "balanceInUsd": "127039959.65",
                        "risk": {
                            "riskRating": 7,
                            "riskStatus": "Unavailable"
                        }
                    }
                }
            },
            "pairByPairInformation": [
                {
                    "dexName": "UniswapV2",
                    "numberOfPairs": 276930,
                    "totalLpSupplyInUsd": "127040928.09",
                    "pairsInformation": [
                        {
                            "token0Address": "0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48",
                            "token1Address": "0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2",
                            "lpTotalSupply": "0.458153979133773165",
                            "lpSupplyInUsd": "97138198.54",
                            "token0Symbol": "USDC",
                            "token1Symbol": "WETH",
                            "token0Balance": "48638543.489314",
                            "token1Balance": "21896.882196968806564267",
                            "pairAddress": "0xb4e16d0168e52d35cacd2c6185b44281ec28c9dc",
                            "lpHolders": [
                                {
                                    "address": "0x18498ab9931c671742c4ff0ca292c1876cab7384",
                                    "isContract": false,
                                    "balance": "0.140949565972867597",
                                    "balanceInUsd": "29884247.54"
                                },
                                {
                                    "address": "0x1a68f74f59405dcdb5dc994adab6c1708a3da898",
                                    "isContract": false,
                                    "balance": "0.091955506205427782",
                                    "balanceInUsd": "19496485.08"
                                },
                                {
                                    "address": "0xb94d77f829dddc059f0e5a30140116801f3ee47a",
                                    "isContract": false,
                                    "balance": "0.059737740661974178",
                                    "balanceInUsd": "12665646.87"
                                },
                                {
                                    "address": "0xcc4ea98876f3ee733712ac64137c34e637fc2dae",
                                    "isContract": false,
                                    "balance": "0.043655136519431045",
                                    "balanceInUsd": "9255799.39"
                                },
                                {
                                    "address": "0xd7a51ff8357c210d11499e251b2849d1bb35cbc2",
                                    "isContract": false,
                                    "balance": "0.01192199107483347",
                                    "balanceInUsd": "2527710.75"
                                },
                                {
                                    "address": "0x8cdba7a500fd4d7b1b96d671373292f2fd49a320",
                                    "isContract": false,
                                    "balance": "0.011131855672935247",
                                    "balanceInUsd": "2360185.56"
                                },
                                {
                                    "address": "0x0b6971e7d1edf1dfe4d501151d59a1f7ee30651e",
                                    "isContract": false,
                                    "balance": "0.007024960378978118",
                                    "balanceInUsd": "1489438.11"
                                },
                                {
                                    "address": "0x91552419b2e1b480b91ed10e617921af06f0896a",
                                    "isContract": false,
                                    "balance": "0.006020165875598571",
                                    "balanceInUsd": "1276400.72"
                                },
                                {
                                    "address": "0xb6bb7d7a3e15a14f03bb44568e0f9358dca68fd3",
                                    "isContract": false,
                                    "balance": "0.005418445318911238",
                                    "balanceInUsd": "1148823.41"
                                },
                                {
                                    "address": "0xb76dfb4ebf7d8c4421a416b5bd14912b51a02e46",
                                    "isContract": false,
                                    "balance": "0.004171689502775549",
                                    "balanceInUsd": "884485.18"
                                }
                            ]
                        },
                        {
                            "token0Address": "0x6b175474e89094c44da98b954eedeac495271d0f",
                            "token1Address": "0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2",
                            "lpTotalSupply": "70969.979230523415560299",
                            "lpSupplyInUsd": "12423425.46",
                            "token0Symbol": "DAI",
                            "token1Symbol": "WETH",
                            "token0Balance": "6222255.659031666431721058",
                            "token1Balance": "2802.098065617817707287",
                            "pairAddress": "0xa478c2975ab1ea89e8196811f51a7b7ade33eb11",
                            "lpHolders": [
                                {
                                    "address": "0xa1484c3aa22a66c62b77e0ae78e15258bd0cb711",
                                    "isContract": true,
                                    "balance": "14353.812097964921376887",
                                    "balanceInUsd": "2512661.22"
                                },
                                {
                                    "address": "0x79317fc0fb17bc0ce213a2b50f343e4d4c277704",
                                    "isContract": false,
                                    "balance": "12354.386511005215008564",
                                    "balanceInUsd": "2162658.09"
                                },
                                {
                                    "address": "0xece09032ef138573714beec20aacdd10f76b2b8a",
                                    "isContract": false,
                                    "balance": "8114.358661506400976916",
                                    "balanceInUsd": "1420433.42"
                                },
                                {
                                    "address": "0x796024bee5efbcf34346ec9fa83d41234fa07ba9",
                                    "isContract": false,
                                    "balance": "7798.782606933575068394",
                                    "balanceInUsd": "1365191.25"
                                },
                                {
                                    "address": "0xbe185b216fa76580befecec0d87425321e5dfcfa",
                                    "isContract": false,
                                    "balance": "6549.557419946049403651",
                                    "balanceInUsd": "1146512.08"
                                },
                                {
                                    "address": "0x15e892ad1098e1bc29ed1be0cce73b87bcdf4f79",
                                    "isContract": false,
                                    "balance": "1590.632795361253971655",
                                    "balanceInUsd": "278443.20"
                                },
                                {
                                    "address": "0xf85c64efd8ebd212278197b876261dcfdc4068c0",
                                    "isContract": false,
                                    "balance": "1542.416055749084289119",
                                    "balanceInUsd": "270002.77"
                                },
                                {
                                    "address": "0x1663b6e9d4540c6aa95988cf3b86be7da74b2ae4",
                                    "isContract": false,
                                    "balance": "1492",
                                    "balanceInUsd": "261177.35"
                                },
                                {
                                    "address": "0x78f8ae58d07ecde2286d0f3c316eaaf4a854a2e9",
                                    "isContract": true,
                                    "balance": "1037.064890893071964119",
                                    "balanceInUsd": "181540.12"
                                },
                                {
                                    "address": "0xa99ad2247e2b5eec38fef05a313829ffe24ef18b",
                                    "isContract": false,
                                    "balance": "964.889246611858805406",
                                    "balanceInUsd": "168905.64"
                                }
                            ]
                        },
                        {
                            "token0Address": "0x2260fac5e5542a773aa44fbcfedf7c193bc2c599",
                            "token1Address": "0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2",
                            "lpTotalSupply": "0.003705369459791493",
                            "lpSupplyInUsd": "9039705.73",
                            "token0Symbol": "WBTC",
                            "token1Symbol": "WETH",
                            "token0Balance": "107.35998132",
                            "token1Balance": "2011.774337552282376065",
                            "pairAddress": "0xbb2b8038a1640196fbe3e38816f3e67cba72d940",
                            "lpHolders": [
                                {
                                    "address": "0x4ef449b2a96d0f91fcd4aad5d3f8febcdf604fcd",
                                    "isContract": false,
                                    "balance": "0.000377366798098704",
                                    "balanceInUsd": "920632.84"
                                },
                                {
                                    "address": "0x01181be6c5aaafa05def979100ef73bb8c0e53f0",
                                    "isContract": false,
                                    "balance": "0.000285621672214982",
                                    "balanceInUsd": "696809.29"
                                },
                                {
                                    "address": "0x9a73eea8e4883b5f1efceb40d0d3c1189c341a25",
                                    "isContract": false,
                                    "balance": "0.000245544694888949",
                                    "balanceInUsd": "599036.56"
                                },
                                {
                                    "address": "0xd0246f0cd4145cecc4bdc0321a39a818ff6fc936",
                                    "isContract": false,
                                    "balance": "0.000188710871235633",
                                    "balanceInUsd": "460383.44"
                                },
                                {
                                    "address": "0xa7ec68eaf58dd8d745775dc5d77d5afc9f60dc41",
                                    "isContract": false,
                                    "balance": "0.000143995507368458",
                                    "balanceInUsd": "351294.80"
                                },
                                {
                                    "address": "0x6866d1ea1cc15e16ff9fa411234c1995664dd866",
                                    "isContract": false,
                                    "balance": "0.000098153783117234",
                                    "balanceInUsd": "239458.26"
                                },
                                {
                                    "address": "0x6badeb7ae1a66964f049ad10c328c9752eaac30a",
                                    "isContract": false,
                                    "balance": "0.000074698589699108",
                                    "balanceInUsd": "182236.42"
                                },
                                {
                                    "address": "0x9af7698e4cd38418d75296815117f2cc67cdc41b",
                                    "isContract": false,
                                    "balance": "0.000073117121426971",
                                    "balanceInUsd": "178378.23"
                                },
                                {
                                    "address": "0x162c1a86fe3d277ae1392f96da63fc7974da3ef0",
                                    "isContract": false,
                                    "balance": "0.000072910033590393",
                                    "balanceInUsd": "177873.02"
                                },
                                {
                                    "address": "0x379ec386676d92722a7e7273b98821d98be2af5e",
                                    "isContract": false,
                                    "balance": "0.000063231874301193",
                                    "balanceInUsd": "154261.95"
                                }
                            ]
                        },
                        {
                            "token0Address": "0x1f9840a85d5af5bf1d1762f925bdaddc4201f984",
                            "token1Address": "0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2",
                            "lpTotalSupply": "7313.376448541749375582",
                            "lpSupplyInUsd": "8439598.36",
                            "token0Symbol": "UNI",
                            "token1Symbol": "WETH",
                            "token0Balance": "315660.052597919480278089",
                            "token1Balance": "927.699618791065785717",
                            "pairAddress": "0xd3d2e2692501a5c9ca623199d38826e513033a17",
                            "lpHolders": [
                                {
                                    "address": "0x01181be6c5aaafa05def979100ef73bb8c0e53f0",
                                    "isContract": false,
                                    "balance": "681.456506614010305739",
                                    "balanceInUsd": "786397.26"
                                },
                                {
                                    "address": "0x069d2a5d415894b74c80650a5d67f09e28282b9d",
                                    "isContract": false,
                                    "balance": "487.397011951294148078",
                                    "balanceInUsd": "562453.62"
                                },
                                {
                                    "address": "0xda4345eeeced846609a7a2a66310f0fd4222ab80",
                                    "isContract": false,
                                    "balance": "303.602827102349227039",
                                    "balanceInUsd": "350356.08"
                                },
                                {
                                    "address": "0x2903877ab5529182f0f6a4b6fb7d3c05ac82eea8",
                                    "isContract": true,
                                    "balance": "230.342100870885421725",
                                    "balanceInUsd": "265813.59"
                                },
                                {
                                    "address": "0xb76dfb4ebf7d8c4421a416b5bd14912b51a02e46",
                                    "isContract": false,
                                    "balance": "218.366052173136634671",
                                    "balanceInUsd": "251993.29"
                                },
                                {
                                    "address": "0x76e2e2d4d655b83545d4c50d9521f5bc63bc5329",
                                    "isContract": false,
                                    "balance": "145.68848177438155836",
                                    "balanceInUsd": "168123.75"
                                },
                                {
                                    "address": "0x06799a1e4792001aa9114f0012b9650ca28059a3",
                                    "isContract": true,
                                    "balance": "137.201237640273829291",
                                    "balanceInUsd": "158329.51"
                                },
                                {
                                    "address": "0x498efb1bd2b816a60301ab258e59ed5399efe338",
                                    "isContract": false,
                                    "balance": "131.68988699822846208",
                                    "balanceInUsd": "151969.44"
                                },
                                {
                                    "address": "0x0eacc70869f1f6497fd9fbcf16ea5aa01e8cb390",
                                    "isContract": false,
                                    "balance": "100.002782769248277506",
                                    "balanceInUsd": "115402.69"
                                },
                                {
                                    "address": "0x02e020168269cbaa4aa4d9421f0194db6ab7d22b",
                                    "isContract": false,
                                    "balance": "83.819201645782040371",
                                    "balanceInUsd": "96726.92"
                                }
                            ]
                        }
                    ]
                }
            ]
        }
    },
    "codeChecks": {
        "ownershipChecks": {
            "ownerChangeBalance": {
                "description": "Owner can adjust holder balances",  
                "risk": {
                    "riskRating": 4,
                    "riskStatus": "Nice To Have"
                },
                "comment": ""
            },
            "isMintable": {
                "description": "Maximum token supply is modifiable",
                "risk": {
                    "riskRating": 4,
                    "riskStatus": "Nice To Have"
                },
                "comment": ""
            },
            "selfDestruct": {
                "description": "No self-destruct mechanism",
                "risk": {
                    "riskRating": 4,
                    "riskStatus": "Nice To Have"
                },
                "comment": ""
            },
            "transferPausable": {
                "description": "Owner can pause token transfers",
                "risk": {
                    "riskRating": 4,
                    "riskStatus": "Nice To Have"
                },
                "comment": ""
            },
            "slippageModifiable": {
                "description": "Buy/Sell tax rates are fixed",
                "risk": {
                    "riskRating": 4,
                    "riskStatus": "Nice To Have"
                },
                "comment": ""
            },
            "personalSlippageModifiable": {
                "description": "Slippage rate is uniform for all",
                "risk": {
                    "riskRating": 4,
                    "riskStatus": "Nice To Have"
                },
                "comment": ""
            }
        },
        "otherChecks": {
            "externalCall": {
                "description": "Engages external contracts",
                "risk": {
                    "riskRating": 4,
                    "riskStatus": "Nice To Have"
                },
                "comment": ""
            },
            "isProxy": {
                "description": "No proxy contract usage",
                "risk": {
                    "riskRating": 4,
                    "riskStatus": "Nice To Have"
                },
                "comment": ""
            },
            "tradingCooldown": {
                "description": "Trade frequency is not restricted",
                "risk": {
                    "riskRating": 4,
                    "riskStatus": "Nice To Have"
                },
                "comment": ""
            },
            "cannotBuy": {
                "description": "Token purchasable from open market",
                "risk": {
                    "riskRating": 4,
                    "riskStatus": "Nice To Have"
                },
                "comment": ""
            },
            "cannotSellAll": {
                "description": "No token sale limits",
                "risk": {
                    "riskRating": 4,
                    "riskStatus": "Nice To Have"
                },
                "comment": ""
            },
            "isAntiWhale": {
                "description": "No Anti-Whale measures",
                "risk": {
                    "riskRating": 4,
                    "riskStatus": "Nice To Have"
                },
                "comment": ""
            }
        }
    },
    "honeypotDetails": 
    {
        "isTokenHoneypot": 0,
        "honeypotFound": {
            "poolsSimulated": 4,
            "totalPools": 276930,
            "honeypotPools": 0
        },
        "honeypotPairs": []
    }

}

Last updated