/getquickiauditfull

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

circle-check
circle-exclamation

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
X-QKNTL-KEYstringRequired
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
chevron-right
200

Successful request and response.

application/json
isScambooleanOptional

Indicates if the contract is was manually confirmed as scam by thte Quick Intel team.

Example: true
isAirdropPhishingScambooleanOptional

Indicates if the token is an airdropped or phishing token.

Example: true
contractVerifiedbooleanOptional

Indicates if the contract is verified.

Example: true
projectVerifiedbooleanOptional

Indicates if the project has been verified by Quick Intel.

Example: true
projectVerifiDescriptionstringOptional

Description of the VeriFi'd project.

Example: This project has been VeriFi'd by Quick Intel.
kycVerificationsobject[]Optional

An array of verified KYC data of the project.

externalAuditsobject[]Optional

An array of verified external audit data of the project.

extraLinksobject[]Optional

An array of verified links related to the project.

post
/getquickiauditfull

Last updated