cURL
curl --request GET \ --url https://api.quantpilot.ai/chains/{chainId}/{contractAddress}/security/basic \ --header 'x-api-key: <api-key>'
{ "verified": true, "audited": true, "auditReports": [ { "auditor": "CertiK", "date": "2023-12-01", "link": "https://certik.com/reports/example" } ], "honeypotRisk": "none", "rugpullRisk": "low", "maliciousFunctions": [], "ownerFunctions": [ { "name": "setFees", "risk": "medium", "description": "Allows owner to modify transaction fees" } ], "overallRisk": "low" }
API key for authentication
eth
bsc
arb
op
Token contract address
Basic security analysis
The response is of type object.
object