Quick Intel Documentation
  • πŸ‘‹Introduction
    • Welcome to Quick Intel
    • Supported Chains
  • πŸͺ™QKNTL Token
    • Introduction
    • Token Information
    • Tiers & Benefits
    • Bridge (ETH <> ARB)
  • πŸ”ŽQuick Intel Scanner
    • Introduction
    • Supported Chains
    • LP Locker / LP Burn Support
    • Get Started Guides
      • πŸ”ŒScan A Contract
      • πŸ—ΊοΈScanner Overview
      • πŸ’²Token Details
      • πŸ‘οΈScanner Results
      • πŸ“„Other Features
    • ShadowShield AI
    • VeriFi - Project Info
  • 🧠Agent Studio
    • Introduction
  • 🦊MetaMask Snap
    • Introduction
    • Supported Chains
    • Snap FAQ
    • Snap Results Guides
      • πŸ”ŒQuick Intel Snap Scan
      • πŸ‘οΈView Snap Scan Results
  • πŸ‘¨β€πŸ’»Developer / Integration
    • API Integration
      • Introduction
      • πŸ”API Authentication
      • Supported Chains and DEX
      • API Endpoints
        • /getquickiaudit
        • /getquickiauditfull
        • /honeypot (by Dex & LP)
        • /honeypot (by Token)
        • /getsimilarexact
      • API Guides
        • Quick Intel Audit - Results
        • Quick Intel Audit Full
        • Honeypot/Tax Check
        • Honeypot/Tax Check - Results
    • Website Widget
    • Discord / TG Bots
      • Get Started Guides
        • βž•Installing and Configuring Bot
        • 🚢Run a Scan
        • πŸ”ŽRead results of Quick Intel Scan - Telegram
        • πŸ”ŽRead results of Quick Intel Scan - Discord
  • 🧠CRYPTO TERMINOLOGY
    • Categories
      • 1. Core Blockchain Concepts
      • 2. Cryptographic Elements
      • 3. Smart Contracts
      • 4. Tokens and Assets
      • 5. Trading and Exchange
      • 6. DeFi (Decentralized Finance)
      • 7. Wallets and Transactions
      • 8. Governance and Economics
      • 9. Technical Trading
  • ⁉️TROUBLESHOOTING
    • MetaMask Wallet Connect
  • πŸ“šResources
    • Official Links
    • Support & Team Contacts
    • Roadmap
    • Policies
Powered by GitBook
On this page
  1. Developer / Integration
  2. API Integration
  3. API Endpoints

/getquickiauditfull

Quick Intel Security API /getquickiauditfull provides the full audit plus honeypot and taxes in a single request for easy integration into your app.

Previous/getquickiauditNext/honeypot (by Dex & LP)

Last updated 3 months ago

For the most up-to-date API info, please use these links...

Official API Documentation:

API Subscription Information:

API Authentication information can be found here: API Authentication

πŸ‘¨β€πŸ’»
https://developer.quickintel.io/apis
https://developer.quickintel.io/products

Get Full Audit

post

Returns the full audit plus honeypot/taxes information in a single request. Please note that as this endpoint returns the honeypot check, you may see a slightly longer reponse time. If you just wish to use the audit, please use the /getquickiaudit endpoint instead.

Authorizations
Body
chainstringRequired

The ID of the chain where the contract resides. For a list of supported chains and their IDs, please visit https://docs.quickintel.io/developers/api-supported-chains

Example: arbitrum
tokenAddressstringRequired

The contract address to be audited.

Example: 0x6d038130b9b379a373b1d33a29d5904ed1bb9026
Responses
200
Successful request and response.
application/json
400
Malformed parameters or other bad request.
application/json
403
Invalid endpoint requested
application/json
404
Invalid API Key
application/json
500
Internal error
application/json
post
POST /v1/getquickiauditfull HTTP/1.1
Host: api.quickintel.io
X-QKNTL-KEY: YOUR_API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 80

{
  "chain": "arbitrum",
  "tokenAddress": "0x6d038130b9b379a373b1d33a29d5904ed1bb9026"
}
{
  "tokenDetails": {
    "tokenName": "Sample Token",
    "tokenSymbol": "SMPLTKN",
    "tokenDecimals": 18,
    "tokenOwner": "0x0000000000000000000000000000000000000000",
    "tokenSupply": 1000000000,
    "tokenCreatedDate": "1676135091000",
    "quickiTokenHash": {
      "exact_qHash": "q-6b547b152b44",
      "similar_qHash": "q-8870c53c2053"
    }
  },
  "tokenDynamicDetails": {
    "lastUpdatedTimestamp": "1695266469435",
    "is_Honeypot": "false",
    "buy_Tax": "1",
    "sell_Tax": "1",
    "transfer_Tax": "0",
    "post_Cooldown_Tax": "1",
    "max_Transaction": "10000000",
    "max_Transaction_Percent": "null",
    "max_Wallet": "20000000",
    "max_Wallet_Percent": "2",
    "token_Supply_Burned": 25234632.1256,
    "lp_Pair": "0x8616B44b734817a2C954016A57CF2c4D72D6f839",
    "lp_Supply": 34782.40093,
    "lp_Burned_Percent": "99.94",
    "lp_Locks": {
      "pinksale": "null",
      "onlymoons": {
        "lockDate": "1676137399000",
        "amount": 1316304.79392186,
        "unlockDate": "1707634800000",
        "lockID": "200",
        "owner": "0x54aAa2e0C296008E992897979078f66Ddf876b86",
        "percentageLocked": "95"
      },
      "dxsale": "null"
    },
    "price_Impact": "0.1",
    "problem": "true",
    "extra": "Liquidity low or problem with the purchase!"
  },
  "isScam": "true",
  "isAirdropPhishingScam": "true",
  "contractVerified": "true",
  "quickiAudit": {
    "contract_Creator": "0xb869ce9b5893b1727f0fd9e99e110c4917681903",
    "contract_Owner": "0x0000000000000000000000000000000000000000",
    "contract_Name": "Sample Token",
    "contract_Chain": "eth",
    "contract_Address": "0xbe042e9d09cb588331ff911c2b46fd833a3e5bd7",
    "contract_Renounced": "true",
    "is_Launchpad_Contract": "false",
    "launchpad_Details": "GemPad",
    "hidden_Owner": "false",
    "hidden_Owner_Modifiers": [
      "string"
    ],
    "is_Proxy": "false",
    "proxy_Implementation": "null",
    "has_External_Contract_Risk": "false",
    "external_Contracts": [
      "string"
    ],
    "has_Obfuscated_Address_Risk": "false",
    "obfuscated_Address_List": [
      "string"
    ],
    "has_Pregenerated_Contract_Address_Risk": "false",
    "pregenerated_Contract_Address_List": [
      "string"
    ],
    "can_Mint": "false",
    "cant_Mint_Renounced": "null",
    "can_Burn": "true",
    "can_Blacklist": "true",
    "cant_Blacklist_Renounced": "true",
    "can_MultiBlacklist": "false",
    "can_Whitelist": "true",
    "cant_Whitelist_Renounced": "true",
    "can_Update_Fees": "true",
    "cant_Update_Fees_Renounced": "true",
    "can_Update_Max_Wallet": "true",
    "cant_Update_Max_Wallet_Renounced": "true",
    "can_Update_Max_Tx": "true",
    "cant_Update_Max_Tx_Renounced": "true",
    "can_Pause_Trading": "true",
    "cant_Pause_Trading_Renounced": "true",
    "has_Trading_Cooldown": "false",
    "can_Update_Wallets": "true",
    "has_Suspicious_Functions": "true",
    "has_External_Functions": "false",
    "has_Fee_Warning": "true",
    "has_ModifiedTransfer_Warning": "false",
    "modified_Transfer_Functions": [
      "string"
    ],
    "suspicious_Functions": [
      "string"
    ],
    "external_Functions": [
      "string"
    ],
    "audit_Functions": [
      "string"
    ],
    "has_Scams": false,
    "matched_Scams": "string",
    "scam_Functions": [
      "string"
    ],
    "has_Known_Scam_Wallet_Funding": false,
    "known_Scam_Wallet_Funding": [
      "string"
    ],
    "contract_Links": [
      "string"
    ],
    "functions": [
      "string"
    ],
    "onlyOwner_Functions": [
      "string"
    ],
    "singleBlacklistFunctions": [
      "string"
    ],
    "multiBlacklistFunctions": [
      "string"
    ],
    "has_General_Vulnerabilities": "false",
    "general_Vulnerabilities": [
      "string"
    ],
    "can_Potentially_Steal_Funds": "true",
    "can_Potentially_Steal_Funds_Functions": [
      "string"
    ]
  },
  "projectVerified": "true",
  "projectVerifiDescription": "Description of project.",
  "kycVerifications": [
    {
      "kyc_Provider": "Assure DeFi",
      "link": "https://assuredefi.com/projects/quick-intel",
      "date_Verified": 1710169854000
    }
  ],
  "externalAudits": [
    {
      "audit_Provider": "SolidProof",
      "audit_Link": "https://github.com/solidproof/projects/blob/main/2023/QuickIntel/SmartContract_Audit_Solidproof_QuickIntel.pdf",
      "date_Verified": 1710169854000
    }
  ],
  "extraLinks": [
    {
      "extra_Name": "dApp",
      "extra_Link": "https://app.quickintel.io",
      "date_Verified": 1711394611035
    }
  ]
}