read:contracts scope on your API key.
GET /v1/contracts//audit
Run a full AI audit on a smart contract and retrieve the complete risk report. Audits are cached for 5 minutes; repeated calls within that window return the cached result instantly.Parameters
Example Request
Example Response
Response Field Reference
Top-Level Audit Fields
Risk Score Bands
checks Object Fields
Each field in the checks object represents an individual safety check. Boolean fields are true when the check passes in favour of safety unless otherwise noted.
If the AI audit engine is temporarily unavailable — for example during a model update — the endpoint returns HTTP
503 with error code AUDIT_UNAVAILABLE. You can retry safely after 30 seconds. See the Errors reference for retry guidance.