/getquickiaudit
Quick Intel Security API /getquickiaudit provides the full audit (no honeypot/taxes) for easy integration into your app.
For the most up-to-date API info, please use these links...
Official API Documentation: https://developer.quickintel.io/apis
API Subscription Information: https://developer.quickintel.io/products
API Authentication information can be found here: API Authentication
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.
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
arbitrum
The contract address to be audited.
0x6d038130b9b379a373b1d33a29d5904ed1bb9026
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"
]
}
}
Last updated