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

/getquickiaudit

Quick Intel Security API /getquickiaudit provides the full audit (no honeypot/taxes) for easy integration into your app.

PreviousAPI EndpointsNext/getquickiauditfull

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 Audit Only

post

Returns the full audit of a contract in a single request. If you wish to use the audit plus honeypot check in one, please use the /getquickiauditfull 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/getquickiaudit 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"
    }
  },
  "isScam": "true",
  "contractVerified": "true",
  "quickiAudit": {
    "contract_Creator": "0xb869ce9b5893b1727f0fd9e99e110c4917681903",
    "contract_Owner": "0x0000000000000000000000000000000000000000",
    "contract_Name": "Sample Token",
    "contract_Chain": "eth",
    "contract_Address": "0xbe042e9d09cb588331ff911c2b46fd833a3e5bd7",
    "contract_Renounced": "true",
    "hidden_Owner": "false",
    "hidden_Owner_Modifiers": [
      "string"
    ],
    "is_Proxy": "false",
    "proxy_Implementation": "null",
    "has_External_Contract_Risk": "false",
    "external_Contracts": [
      "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"
    ],
    "contract_Links": [
      "string"
    ],
    "functions": [
      "string"
    ],
    "onlyOwner_Functions": [
      "string"
    ],
    "multiBlacklistFunctions": [
      "string"
    ],
    "has_General_Vulnerabilities": "false",
    "general_Vulnerabilities": [
      "string"
    ],
    "can_Potentially_Steal_Funds": "true",
    "can_Potentially_Steal_Funds_Functions": [
      "string"
    ]
  }
}